Skip to content

Commit

Permalink
update upstream Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr committed May 9, 2024
1 parent e7afc76 commit fcfa22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/barnumbirr/alpine-pdk:3.1.0
FROM ghcr.io/barnumbirr/alpine-pdk:3.2.0

LABEL "com.github.actions.name"="action-forge-publish"
LABEL "com.github.actions.description"="Build and publish module to Puppet Forge"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
ref: ${{ steps.vars.outputs.tag }}
- name: Build and publish module
uses: barnumbirr/action-forge-publish@v2.14.0
uses: barnumbirr/action-forge-publish@v2.15.0
env:
FORGE_API_KEY: ${{ secrets.FORGE_API_KEY }}
REPOSITORY_URL: https://forgeapi.puppet.com/v3/releases
Expand Down

0 comments on commit fcfa22a

Please sign in to comment.