From 579716447bec22629ebecb425f9def2e6602ec45 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Thu, 30 Mar 2023 17:34:26 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/dev-cd.yml | 2 +- .github/workflows/prod-cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-cd.yml b/.github/workflows/dev-cd.yml index cd9e77ec1..f94818c57 100644 --- a/.github/workflows/dev-cd.yml +++ b/.github/workflows/dev-cd.yml @@ -37,7 +37,7 @@ jobs: region: ${{ secrets.AWS_REGION }} - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ secrets.ECR_DEV_REPOSITORY }} username: ${{ steps.ecr.outputs.username }} diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index dcda88560..cbaa1f0a1 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -36,7 +36,7 @@ jobs: region: ${{ secrets.AWS_REGION }} - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: ${{ secrets.ECR_REPOSITORY }} username: ${{ steps.ecr.outputs.username }}