We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beafee6 commit f997bb9Copy full SHA for f997bb9
.github/workflows/publish.yaml
@@ -61,7 +61,7 @@ jobs:
61
platforms: linux/amd64,linux/arm64,linux/arm/v7
62
tags: |
63
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ github.sha }}
64
- ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ steps.get_tag.outputs.TAG }}
+ ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ env.TAG }}
65
ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:latest
66
67
- name: Upload release binaries
0 commit comments