Skip to content

Commit

Permalink
update upstream 'barnumbirr/alpine-pdk' image
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr committed Jun 14, 2022
1 parent c684ca6 commit 606bf24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ghcr.io/barnumbirr/alpine-pdk:1.8.0
FROM ghcr.io/barnumbirr/alpine-pdk:1.9.0

LABEL "com.github.actions.name"="action-forge-publish"
LABEL "com.github.actions.description"="Build and publish module to Puppet Forge"
LABEL "com.github.actions.icon"="upload-cloud"
LABEL "com.github.actions.color"="orange"

LABEL "name"="Publish to Puppet Forge"
LABEL "version"="2.8.0"
LABEL "version"="2.9.0"
LABEL "repository"="https://github.com/barnumbirr/action-forge-publish"
LABEL "maintainer"="Martin Simon <me@martinsimon.me>"

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.8.0
uses: barnumbirr/action-forge-publish@v2.9.0
env:
FORGE_API_KEY: ${{ secrets.FORGE_API_KEY }}
REPOSITORY_URL: https://forgeapi.puppet.com/v3/releases
Expand Down

0 comments on commit 606bf24

Please sign in to comment.