Skip to content

Commit

Permalink
chore(deps): update cloudposse/github-action-docker-build-push action…
Browse files Browse the repository at this point in the history
… to v1.17.2
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 043279a commit 98b6db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-negative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build
id: build
uses: cloudposse/github-action-docker-build-push@1.14.0
uses: cloudposse/github-action-docker-build-push@v1.17.2
with:
registry: registry.hub.docker.com
organization: ${{ github.event.repository.owner.login }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build
id: build
uses: cloudposse/github-action-docker-build-push@1.14.0
uses: cloudposse/github-action-docker-build-push@v1.17.2
with:
registry: registry.hub.docker.com
organization: ${{ github.event.repository.owner.login }}
Expand Down

0 comments on commit 98b6db3

Please sign in to comment.