Skip to content

Commit

Permalink
Update cloudposse/github-action-docker-build-push action to v1.14.0 (#15
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 49d80a6 commit 4bdf41f
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.13.0
uses: cloudposse/github-action-docker-build-push@1.14.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.13.0
uses: cloudposse/github-action-docker-build-push@1.14.0
with:
registry: registry.hub.docker.com
organization: ${{ github.event.repository.owner.login }}
Expand Down

0 comments on commit 4bdf41f

Please sign in to comment.