Skip to content

Commit

Permalink
Update cloudposse/github-action-docker-promote action to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 6dc68ca commit d8978a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dockerized-app-promote-or-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
id: prev-commit
run: echo "sha=$(git rev-parse --verify HEAD^1)" >> $GITHUB_OUTPUT

- uses: cloudposse/github-action-docker-promote@0.1.1
- uses: cloudposse/github-action-docker-promote@0.3.0
if: ${{ ! inputs.force-build }}
id: promote
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dockerized-app-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
false:
image: ${{ inputs.repository }}/${{ inputs.app }}
- uses: cloudposse/github-action-docker-promote@0.1.1
- uses: cloudposse/github-action-docker-promote@0.3.0
id: promote
with:
registry: ${{ secrets.registry }}
Expand Down

0 comments on commit d8978a2

Please sign in to comment.