We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca5a78 commit ae2f508Copy full SHA for ae2f508
.github/workflows/publish.yaml
@@ -59,7 +59,7 @@ jobs:
59
platforms: linux/amd64,linux/arm64,linux/arm/v7
60
tags: |
61
ghcr.io/${{ env.REPO_OWNER }}/of-watchdog:${{ github.sha }}
62
- ghcr.io/${{ env.REPO_OWNER }}/of-watchdog:${{ steps.get_tag.outputs.TAG }}
+ ghcr.io/${{ env.REPO_OWNER }}/of-watchdog:${{ env.TAG }}
63
ghcr.io/${{ env.REPO_OWNER }}/of-watchdog:latest
64
65
- name: Upload release binaries
0 commit comments