Skip to content

Commit 30d9e76

Browse files
committed
Change variable name in publish workflow
1 parent c7c2d5a commit 30d9e76

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=$LATEST_RELEASE_VERSION
5151
5252
5353
- name: Build and push image

0 commit comments

Comments
 (0)