Skip to content

Commit bc24e47

Browse files
author
sanfrancrisko
authored
Merge pull request puppetlabs#437 from puppetlabs/pdk-1075/main/use_pdk_nightly
(maint) Use docker pdk:nightly container
2 parents e97c50f + 7259d55 commit bc24e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

moduleroot/.github/workflows/release.yml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
ref: ${{ github.ref }}
4040
clean: true
4141
- name: "PDK Build"
42-
uses: docker://puppet/pdk:2.1.0.0
42+
uses: docker://puppet/pdk:nightly
4343
with:
4444
args: 'build'
4545
- name: "Push to Forge"
46-
uses: docker://puppet/pdk:2.1.0.0
46+
uses: docker://puppet/pdk:nightly
4747
with:
4848
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'

0 commit comments

Comments
 (0)