We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b1586 commit 7a11bc0Copy full SHA for 7a11bc0
.github/workflows/build-multiarch.yml
@@ -41,5 +41,5 @@ jobs:
41
platforms: linux/amd64,linux/arm/v7,linux/arm64
42
push: ${{ github.event_name != 'pull_request' }} # Only push on push, not PR
43
tags: |
44
- ghcr.io/${{ github.repository }}:latest
45
- ghcr.io/${{ github.repository }}:${{ github.sha }}
+ ghcr.io/seanauff/wol-proxy:latest
+ ghcr.io/seanauff/wol-proxy:${{ github.sha }}
0 commit comments