Skip to content

Commit c180437

Browse files
committed
update opdk image
1 parent 13925ef commit c180437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
name: 'Deploy to forge'
1515
runs-on: ubuntu-latest
1616
if: github.repository_owner == 'example42'
17-
container: puppet/pdk:2.6.1.0
17+
container: puppet/pdk:3.4.0.1.55.g4519dd0
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121
- name: "PDK Build"
22-
uses: docker://puppet/pdk:2.6.1.0
22+
uses: docker://puppet/pdk:3.4.0.1.55.g4519dd0
2323
with:
2424
args: 'build'
2525
- name: "Push to Forge"
26-
uses: docker://puppet/pdk:2.6.1.0
26+
uses: docker://puppet/ppdk:3.4.0.1.55.g4519dd0
2727
with:
2828
args: 'release publish --forge-token ${{ secrets.PUPPET_FORGE_API_KEY }} --force'
2929

0 commit comments

Comments
 (0)