Skip to content

Commit

Permalink
Merge pull request #143 from carriedaymont/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…VaultVulp/gp-docker-action-1.7.0
  • Loading branch information
dependabot[bot] authored May 30, 2024
2 parents 2317905 + d1eb50b commit c644f6e
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 @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build and publish 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: gcr-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/checkout@v4

- name: Build and publish 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: gcr-image
Expand Down

0 comments on commit c644f6e

Please sign in to comment.