From e32c8c09e51992d6f4dbf2067c3caafb295d854c Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Tue, 28 Mar 2023 15:34:35 +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 fee9c93f..a648c141 100644 --- a/.github/workflows/dev-cd.yml +++ b/.github/workflows/dev-cd.yml @@ -38,7 +38,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_DEV }} username: ${{ steps.ecr.outputs.username }} diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index e314a256..7e9a608e 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 }}