(maint) pdksync - PDK Update

This commit is contained in:
Daniel Carabas
2021-06-07 13:07:20 +03:00
parent ee3ac2dbc5
commit e9a1c62f0d
6 changed files with 18 additions and 6 deletions

View File

@@ -38,10 +38,10 @@ jobs:
ref: ${{ github.ref }}
clean: true
- name: "PDK Build"
uses: docker://puppet/pdk:2.1.0.0
uses: docker://puppet/pdk:nightly
with:
args: 'build'
- name: "Push to Forge"
uses: docker://puppet/pdk:2.1.0.0
uses: docker://puppet/pdk:nightly
with:
args: 'release publish --forge-token ${{ secrets.FORGE_API_KEY }} --force'