Skip to content

Commit e66907b

Browse files
committed
Change variable in workflow file
1 parent 30d9e76 commit e66907b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4949
tags: |
50-
type=semver,pattern={{raw}},value=$LATEST_RELEASE_VERSION
50+
type=semver,pattern={{raw}},value=${{ steps.retrieve_latest_release_version.outputs.LATEST_RELEASE_VERSION }}
5151
5252
5353
- name: Build and push image

0 commit comments

Comments
 (0)