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 2e3c5dc commit beafee6Copy full SHA for beafee6
.github/workflows/publish.yaml
@@ -60,9 +60,9 @@ jobs:
60
push: true
61
platforms: linux/amd64,linux/arm64,linux/arm/v7
62
tags: |
63
- ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/classic-watchdog:${{ github.sha }}
64
- ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/classic-watchdog:${{ steps.get_tag.outputs.TAG }}
65
- ghcr.io/${{ steps.get_repo_owner.outputs.repo_owner }}/classic-watchdog:latest
+ ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ github.sha }}
+ ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:${{ steps.get_tag.outputs.TAG }}
+ ghcr.io/${{ env.REPO_OWNER }}/classic-watchdog:latest
66
67
- name: Upload release binaries
68
uses: alexellis/upload-assets@0.4.0
0 commit comments