Skip to content

Commit

Permalink
Merge pull request #94 from mitre/dependabot/github_actions/VaultVulp…
Browse files Browse the repository at this point in the history
…/gp-docker-action-1.7.0
  • Loading branch information
dependabot[bot] authored May 13, 2024
2 parents 32ad742 + 0dc9185 commit f76f112
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 f76f112

Please sign in to comment.