Skip to content

Commit

Permalink
fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Sep 5, 2023
1 parent 56f3a4a commit 2bd4ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2bd4ef7

Please sign in to comment.