From 101636eb063c3c2e9c6b6a08832e6d811287e8c6 Mon Sep 17 00:00:00 2001 From: Martin Simon Date: Thu, 25 Aug 2022 19:23:41 +0200 Subject: [PATCH] update base Docker image --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c283d7..5782b4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/barnumbirr/alpine-pdk:1.9.1 +FROM ghcr.io/barnumbirr/alpine-pdk:1.9.2 LABEL "com.github.actions.name"="action-forge-publish" LABEL "com.github.actions.description"="Build and publish module to Puppet Forge" @@ -6,7 +6,7 @@ LABEL "com.github.actions.icon"="upload-cloud" LABEL "com.github.actions.color"="orange" LABEL "name"="Publish to Puppet Forge" -LABEL "version"="2.9.1" +LABEL "version"="2.9.2" LABEL "repository"="https://github.com/barnumbirr/action-forge-publish" LABEL "maintainer"="Martin Simon " diff --git a/README.md b/README.md index 8f2984b..ebfd362 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ jobs: with: ref: ${{ steps.vars.outputs.tag }} - name: Build and publish module - uses: barnumbirr/action-forge-publish@v2.9.1 + uses: barnumbirr/action-forge-publish@v2.9.2 env: FORGE_API_KEY: ${{ secrets.FORGE_API_KEY }} REPOSITORY_URL: https://forgeapi.puppet.com/v3/releases