Skip to content

Commit

Permalink
Bump VaultVulp/gp-docker-action from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [VaultVulp/gp-docker-action](https://github.com/vaultvulp/gp-docker-action) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/vaultvulp/gp-docker-action/releases)
- [Commits](VaultVulp/gp-docker-action@1.6.0...1.7.0)

---
updated-dependencies:
- dependency-name: VaultVulp/gp-docker-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent aa775fc commit 0dc9185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/[email protected]

- name: Build and publish latest Docker image
uses: VaultVulp/gp-docker-action@1.6.0
uses: VaultVulp/gp-docker-action@1.7.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: gv-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-image-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/[email protected]

- name: Build and publish tagged Docker image
uses: VaultVulp/gp-docker-action@1.6.0
uses: VaultVulp/gp-docker-action@1.7.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: gv-image
Expand Down

0 comments on commit 0dc9185

Please sign in to comment.