From 2bd4ef7d7d3a59c170c68ff277bf9195c3408c19 Mon Sep 17 00:00:00 2001 From: Michele De Simone Date: Tue, 5 Sep 2023 17:59:38 +0200 Subject: [PATCH] fix image tag --- .github/workflows/ci-branch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-branch.yaml b/.github/workflows/ci-branch.yaml index ae978b37..0b33fa84 100644 --- a/.github/workflows/ci-branch.yaml +++ b/.github/workflows/ci-branch.yaml @@ -91,8 +91,8 @@ jobs: file: ./target/docker/stage/Dockerfile push: true tags: | - ${{ env.NORM_REPO }}:${{ github.ref_name }} - ${{ env.NORM_REPO }}:commit-${{ github.sha }} + ${{ steps.login-ecr.outputs.registry }}/${{ env.NORM_REPO }}:${{ github.ref_name }} + ${{ steps.login-ecr.outputs.registry }}/${{ env.NORM_REPO }}:commit-${{ github.sha }} # - name: Build, tag, and push image to Amazon ECR # env: