diff --git a/.github/workflows/ci-dockerized-app-promote-or-build.yml b/.github/workflows/ci-dockerized-app-promote-or-build.yml index aaf5cc5..580f770 100644 --- a/.github/workflows/ci-dockerized-app-promote-or-build.yml +++ b/.github/workflows/ci-dockerized-app-promote-or-build.yml @@ -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.2.0 if: ${{ ! inputs.force-build }} id: promote continue-on-error: true diff --git a/.github/workflows/ci-dockerized-app-promote.yml b/.github/workflows/ci-dockerized-app-promote.yml index 42c9e81..1ac3c3c 100644 --- a/.github/workflows/ci-dockerized-app-promote.yml +++ b/.github/workflows/ci-dockerized-app-promote.yml @@ -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.2.0 id: promote with: registry: ${{ secrets.registry }}