From 76e330b241a7541a7bd92c009e633b9715234b42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:48:20 +0000 Subject: [PATCH] Update cloudposse/github-action-docker-promote action to v0.2.0 --- .github/workflows/ci-dockerized-app-promote-or-build.yml | 2 +- .github/workflows/ci-dockerized-app-promote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dockerized-app-promote-or-build.yml b/.github/workflows/ci-dockerized-app-promote-or-build.yml index aaf5cc53..580f7707 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 42c9e810..1ac3c3cb 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 }}