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 Apr 17, 2024
1 parent 44d1cdc commit e7afc76
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM ghcr.io/barnumbirr/alpine-pdk:3.0.0
FROM ghcr.io/barnumbirr/alpine-pdk:3.1.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.13.0"
LABEL "version"="2.14.0"
LABEL "repository"="https://github.com/barnumbirr/action-forge-publish"
LABEL "maintainer"="Martin Simon <[email protected]>"
LABEL "maintainer"="Martin Simon <[email protected]>"

RUN apk add --no-cache \
bash \
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019-2023 Martin Simon
Copyright 2019-2024 Martin Simon

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
id: vars
run: echo "{tag}=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
- name: Clone repository
uses: actions/checkout@v3.4.0
uses: actions/checkout@v4.1.1
with:
ref: ${{ steps.vars.outputs.tag }}
- name: Build and publish module
uses: barnumbirr/action-forge-publish@v3.0.0
uses: barnumbirr/action-forge-publish@v2.14.0
env:
FORGE_API_KEY: ${{ secrets.FORGE_API_KEY }}
REPOSITORY_URL: https://forgeapi.puppet.com/v3/releases
Expand All @@ -35,7 +35,7 @@ jobs:
## License:
```
Copyright 2019-2023 Martin Simon
Copyright 2019-2024 Martin Simon

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: action-forge-publish
description: Build and publish module to Puppet Forge
author: Martin Simon <[email protected]>
author: Martin Simon <[email protected]>
branding:
icon: upload-cloud
color: orange
Expand Down

0 comments on commit e7afc76

Please sign in to comment.