Skip to content

Commit

Permalink
fix docker tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Sep 11, 2023
1 parent 33fbcf7 commit 5c65074
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 @@ -65,5 +65,5 @@ jobs:
file: ./target/docker/stage/Dockerfile
push: false # just testing the build
tags: |
${{ steps.login-ecr.outputs.registry }}/${{ env.NORM_REPO }}:${{ github.ref_name }}-latest
${{ steps.login-ecr.outputs.registry }}/${{ env.NORM_REPO }}:commit-${{ github.sha }}
${{ env.NORM_REPO }}:${{ github.ref_name }}-latest
${{ env.NORM_REPO }}:commit-${{ github.sha }}

0 comments on commit 5c65074

Please sign in to comment.