Skip to content

Commit 92ee256

Browse files
committed
Fix image tag export
1 parent fa01238 commit 92ee256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
SHORT_SHA=$(git rev-parse --short HEAD)
3333
IMAGE_TAG="kuberhealthy/ssh-check:${SHORT_SHA}"
34-
echo "IMAGE_TAG=${{IMAGE_TAG}}" >> $GITHUB_ENV
34+
echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_ENV
3535
3636
- name: Build and push
3737
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)