Skip to content

Commit

Permalink
Bump voxpupuli/gha-build-and-publish-a-container from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [voxpupuli/gha-build-and-publish-a-container](https://github.com/voxpupuli/gha-build-and-publish-a-container) from 1 to 2.
- [Commits](voxpupuli/gha-build-and-publish-a-container@v1...v2)

---
updated-dependencies:
- dependency-name: voxpupuli/gha-build-and-publish-a-container
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent 4929bef commit ac77d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write
steps:
- name: Build Puppet 7 container
uses: voxpupuli/gha-build-and-publish-a-container@v1
uses: voxpupuli/gha-build-and-publish-a-container@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_arch: linux/amd64
Expand All @@ -27,7 +27,7 @@ jobs:
if: ${{ startsWith(github.ref_name, 'v7') }}

- name: Build Puppet 8 container
uses: voxpupuli/gha-build-and-publish-a-container@v1
uses: voxpupuli/gha-build-and-publish-a-container@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_arch: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
contents: read
steps:
- uses: voxpupuli/gha-build-and-publish-a-container@v1
- uses: voxpupuli/gha-build-and-publish-a-container@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_arch: linux/amd64
Expand Down

0 comments on commit ac77d68

Please sign in to comment.