Skip to content

Commit ae2f508

Browse files
committed
Fix TAG for publish job
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 9ca5a78 commit ae2f508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
platforms: linux/amd64,linux/arm64,linux/arm/v7
6060
tags: |
6161
ghcr.io/${{ env.REPO_OWNER }}/of-watchdog:${{ github.sha }}
62-
ghcr.io/${{ env.REPO_OWNER }}/of-watchdog:${{ steps.get_tag.outputs.TAG }}
62+
ghcr.io/${{ env.REPO_OWNER }}/of-watchdog:${{ env.TAG }}
6363
ghcr.io/${{ env.REPO_OWNER }}/of-watchdog:latest
6464
6565
- name: Upload release binaries

0 commit comments

Comments
 (0)