We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa01238 commit 92ee256Copy full SHA for 92ee256
.github/workflows/publish.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
SHORT_SHA=$(git rev-parse --short HEAD)
33
IMAGE_TAG="kuberhealthy/ssh-check:${SHORT_SHA}"
34
- echo "IMAGE_TAG=${{IMAGE_TAG}}" >> $GITHUB_ENV
+ echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_ENV
35
36
- name: Build and push
37
uses: docker/build-push-action@v6
0 commit comments