Skip to content

Commit f997bb9

Browse files
committed
Fix tag in publish job
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent beafee6 commit f997bb9

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
@@ -61,7 +61,7 @@ jobs:
6161
platforms: linux/amd64,linux/arm64,linux/arm/v7
6262
tags: |
6363
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ github.sha }}
64-
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ steps.get_tag.outputs.TAG }}
64+
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ env.TAG }}
6565
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:latest
6666
6767
- name: Upload release binaries

0 commit comments

Comments
 (0)