Skip to content

Commit

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

0 comments on commit ae1c4ef

Please sign in to comment.