Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 76e330b

Browse files
Update cloudposse/github-action-docker-promote action to v0.2.0
1 parent 6dc68ca commit 76e330b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dockerized-app-promote-or-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
id: prev-commit
9999
run: echo "sha=$(git rev-parse --verify HEAD^1)" >> $GITHUB_OUTPUT
100100

101-
- uses: cloudposse/github-action-docker-promote@0.1.1
101+
- uses: cloudposse/github-action-docker-promote@0.2.0
102102
if: ${{ ! inputs.force-build }}
103103
id: promote
104104
continue-on-error: true

.github/workflows/ci-dockerized-app-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
false:
100100
image: ${{ inputs.repository }}/${{ inputs.app }}
101101
102-
- uses: cloudposse/github-action-docker-promote@0.1.1
102+
- uses: cloudposse/github-action-docker-promote@0.2.0
103103
id: promote
104104
with:
105105
registry: ${{ secrets.registry }}

0 commit comments

Comments
 (0)