Skip to content

Commit

Permalink
fix(workflows): package name
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Oct 8, 2024
1 parent b69bebf commit 10efec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ github.ref_type == 'branch' }}
uses: docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb
with:
images: ${{ steps.login-ecr.outputs.registry }}/interop-be-${{ matrix.image_name }}
images: ${{ steps.login-ecr.outputs.registry }}/interop-be-${{ matrix.package }}
flavor: |
latest=false
prefix=
Expand All @@ -73,7 +73,7 @@ jobs:
if: ${{ github.ref_type == 'tag' }}
uses: docker/metadata-action@60a0d343a0d8a18aedee9d34e62251f752153bdb
with:
images: ${{ steps.login-ecr.outputs.registry }}/interop-be-${{ matrix.image_name }}
images: ${{ steps.login-ecr.outputs.registry }}/interop-be-${{ matrix.package }}
flavor: |
latest=false
prefix=
Expand Down

0 comments on commit 10efec6

Please sign in to comment.