Skip to content

Commit

Permalink
Update cloudposse/github-action-docker-build-push action to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 4bdf41f commit 93c567a
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@1.16.0
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@1.16.0
with:
registry: registry.hub.docker.com
organization: ${{ github.event.repository.owner.login }}
Expand Down

0 comments on commit 93c567a

Please sign in to comment.