Skip to content

Commit

Permalink
update upstream Docker image, usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr committed Mar 21, 2023
1 parent f2170da commit 12e0a3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.11.0
FROM ghcr.io/barnumbirr/alpine-pdk:1.12.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.11.0"
LABEL "version"="2.12.0"
LABEL "repository"="https://github.com/barnumbirr/action-forge-publish"
LABEL "maintainer"="Martin Simon <me@martinsimon.me>"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
steps:
- name: Get latest tag
id: vars
run: echo ::set-output name=tag::${GITHUB_REF:10}
run: echo "{tag}=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3.4.0
with:
ref: ${{ steps.vars.outputs.tag }}
- name: Build and publish module
uses: barnumbirr/action-forge-publish@v2.11.0
uses: barnumbirr/action-forge-publish@v2.12.0
env:
FORGE_API_KEY: ${{ secrets.FORGE_API_KEY }}
REPOSITORY_URL: https://forgeapi.puppet.com/v3/releases
Expand Down

0 comments on commit 12e0a3f

Please sign in to comment.