From d8978a2e1eccff819cd7272c5352ee811a08bc88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 01:51:22 +0000 Subject: [PATCH] Update cloudposse/github-action-docker-promote action to v0.3.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..44e49b9b 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.3.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..2a50a10a 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.3.0 id: promote with: registry: ${{ secrets.registry }}