Skip to content

Commit

Permalink
update Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr committed Nov 10, 2021
1 parent 3202536 commit cbe17ec
Show file tree
Hide file tree
Showing 2 changed files with 14 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.6.1
FROM ghcr.io/barnumbirr/alpine-pdk:1.7.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.6.1"
LABEL "version"="2.7.0"
LABEL "repository"="https://github.com/barnumbirr/action-forge-publish"
LABEL "maintainer"="Martin Simon <me@martinsimon.me>"

Expand Down
13 changes: 12 additions & 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.6.1
uses: barnumbirr/action-forge-publish@v2.7.0
env:
FORGE_API_KEY: ${{ secrets.FORGE_API_KEY }}
REPOSITORY_URL: https://forgeapi.puppet.com/v3/releases
Expand All @@ -49,3 +49,14 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

## Buy me a coffee?

If you feel like buying me a coffee (or a beer?), donations are welcome:

```
BTC : bc1qq04jnuqqavpccfptmddqjkg7cuspy3new4sxq9
DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS
ETH : 0x2238A11856428b72E80D70Be8666729497059d95
LTC : MQwXsBrArLRHQzwQZAjJPNrxGS1uNDDKX6
```

0 comments on commit cbe17ec

Please sign in to comment.