Skip to content

Commit

Permalink
deploy-production.yml: fix up reference to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 11, 2023
1 parent 6b4dfaa commit 193f10d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:

- name: Get Image Metadata from Release
uses: dsaltares/fetch-gh-release-asset@master
env:
tag_ref: tags/${{ github.ref_name }}
with:
version: ${{ github.event.release.id || github.ref_name }}
version: ${{ github.event.release.id || env.tag_ref }}
file: metadata.json

- name: Set Image Digest from Metadata
Expand Down

0 comments on commit 193f10d

Please sign in to comment.