Skip to content

Commit

Permalink
Update cloudposse/github-action-docker-build-push action to v1.9.0 (#8)
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 Dec 7, 2022
1 parent 910252a commit bdbcc13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-auto-from.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.6.0
uses: cloudposse/github-action-docker-build-push@1.9.0
with:
registry: registry.hub.docker.com
organization: ${{ github.event.repository.owner.login }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-auto-to-no-metadata.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.6.0
uses: cloudposse/github-action-docker-build-push@1.9.0
with:
registry: registry.hub.docker.com
organization: ${{ github.event.repository.owner.login }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-auto-to.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.6.0
uses: cloudposse/github-action-docker-build-push@1.9.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.6.0
uses: cloudposse/github-action-docker-build-push@1.9.0
with:
registry: registry.hub.docker.com
organization: ${{ github.event.repository.owner.login }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-to-no-metadata.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.6.0
uses: cloudposse/github-action-docker-build-push@1.9.0
with:
registry: registry.hub.docker.com
organization: ${{ github.event.repository.owner.login }}
Expand Down

0 comments on commit bdbcc13

Please sign in to comment.