Skip to content

Commit

Permalink
[NOD-473] fix: moved image version step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Sep 20, 2023
1 parent f98677b commit bbeaa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/04_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- name: Set image name from container registry
id: get_image
run: echo "registry_image=ghcr.io/pagopa/pagopa-nodo-re-to-tablestorage:${{env.version}}" >> $GITHUB_OUTPUT
run: echo "registry_image=ghcr.io/pagopa/pagopa-nodo-re-to-tablestorage:${{steps.release.outputs.version}}" >> $GITHUB_OUTPUT

build-and-push:
needs: [ setup, release ]
Expand Down

0 comments on commit bbeaa5c

Please sign in to comment.