Skip to content

Commit 1cbcc6f

Browse files
chore(deps): update cloudposse/github-action-docker-build-push action to v1.17.2
1 parent 184274d commit 1cbcc6f

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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build
3434
id: build
35-
uses: cloudposse/github-action-docker-build-push@1.14.0
35+
uses: cloudposse/github-action-docker-build-push@v1.17.2
3636
with:
3737
registry: registry.hub.docker.com
3838
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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build
3434
id: build
35-
uses: cloudposse/github-action-docker-build-push@1.14.0
35+
uses: cloudposse/github-action-docker-build-push@v1.17.2
3636
with:
3737
registry: registry.hub.docker.com
3838
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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build
3434
id: build
35-
uses: cloudposse/github-action-docker-build-push@1.14.0
35+
uses: cloudposse/github-action-docker-build-push@v1.17.2
3636
with:
3737
registry: registry.hub.docker.com
3838
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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build
3434
id: build
35-
uses: cloudposse/github-action-docker-build-push@1.14.0
35+
uses: cloudposse/github-action-docker-build-push@v1.17.2
3636
with:
3737
registry: registry.hub.docker.com
3838
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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build
3434
id: build
35-
uses: cloudposse/github-action-docker-build-push@1.14.0
35+
uses: cloudposse/github-action-docker-build-push@v1.17.2
3636
with:
3737
registry: registry.hub.docker.com
3838
organization: ${{ github.event.repository.owner.login }}

0 commit comments

Comments
 (0)