Skip to content

Commit bdbcc13

Browse files
Update cloudposse/github-action-docker-build-push action to v1.9.0 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 910252a commit bdbcc13

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/test-auto-from.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build
2626
id: build
27-
uses: cloudposse/github-action-docker-build-push@1.6.0
27+
uses: cloudposse/github-action-docker-build-push@1.9.0
2828
with:
2929
registry: registry.hub.docker.com
3030
organization: ${{ github.event.repository.owner.login }}

.github/workflows/test-auto-to-no-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build
2626
id: build
27-
uses: cloudposse/github-action-docker-build-push@1.6.0
27+
uses: cloudposse/github-action-docker-build-push@1.9.0
2828
with:
2929
registry: registry.hub.docker.com
3030
organization: ${{ github.event.repository.owner.login }}

.github/workflows/test-auto-to.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build
2626
id: build
27-
uses: cloudposse/github-action-docker-build-push@1.6.0
27+
uses: cloudposse/github-action-docker-build-push@1.9.0
2828
with:
2929
registry: registry.hub.docker.com
3030
organization: ${{ github.event.repository.owner.login }}

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build
2626
id: build
27-
uses: cloudposse/github-action-docker-build-push@1.6.0
27+
uses: cloudposse/github-action-docker-build-push@1.9.0
2828
with:
2929
registry: registry.hub.docker.com
3030
organization: ${{ github.event.repository.owner.login }}

.github/workflows/test-to-no-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Build
2626
id: build
27-
uses: cloudposse/github-action-docker-build-push@1.6.0
27+
uses: cloudposse/github-action-docker-build-push@1.9.0
2828
with:
2929
registry: registry.hub.docker.com
3030
organization: ${{ github.event.repository.owner.login }}

0 commit comments

Comments
 (0)