Skip to content

Commit cc375e4

Browse files
committed
fix: release workflow
1 parent da90196 commit cc375e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
push: true
6363
tags: |
6464
ghcr.io/${{ github.repository }}:latest
65-
ghcr.io/${{ github.repository }}:v${{ steps.release.outputs.new_release_version }}-minimal
65+
ghcr.io/${{ github.repository }}:v${{ steps.release_dry_run.outputs.new_release_version }}-minimal
6666
labels: |
6767
maintainer=https://pagopa.it
6868
org.opencontainers.image.source=https://github.com/${{ github.repository }}
@@ -78,7 +78,7 @@ jobs:
7878
push: true
7979
tags: |
8080
ghcr.io/${{ github.repository }}:latest-full
81-
ghcr.io/${{ github.repository }}:v${{ steps.release.outputs.new_release_version }}-full
81+
ghcr.io/${{ github.repository }}:v${{ steps.release_dry_run.outputs.new_release_version }}-full
8282
labels: |
8383
maintainer=https://pagopa.it
8484
org.opencontainers.image.source=https://github.com/${{ github.repository }}

0 commit comments

Comments
 (0)