Skip to content

Commit e65e470

Browse files
Merge pull request #322 from puppetlabs/Update_testing_images
Updating github workflow release images
2 parents e489d84 + 2e78b34 commit e65e470

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "PDK Release prep"
40-
uses: docker://puppet/iac_release:ci
40+
uses: docker://puppet/pdk:2.6.1.0
4141
with:
4242
args: 'release prep --force'
4343
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
ref: ${{ github.ref }}
3939
clean: true
4040
- name: "PDK Build"
41-
uses: docker://puppet/pdk:nightly
41+
uses: docker://puppet/pdk:2.6.1.0
4242
with:
4343
args: 'build'
4444
- name: "Push to Forge"
45-
uses: docker://puppet/pdk:nightly
45+
uses: docker://puppet/pdk:2.6.1.0
4646
with:
4747
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ spec/spec_helper.rb:
3131
.github/workflows/auto_release.yml:
3232
unmanaged: true
3333
.github/workflows/release.yml:
34-
unmanaged: false
34+
unmanaged: true

0 commit comments

Comments
 (0)