Skip to content

Commit 7a11bc0

Browse files
committed
deal with lowercase requirement
1 parent 84b1586 commit 7a11bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
platforms: linux/amd64,linux/arm/v7,linux/arm64
4242
push: ${{ github.event_name != 'pull_request' }} # Only push on push, not PR
4343
tags: |
44-
ghcr.io/${{ github.repository }}:latest
45-
ghcr.io/${{ github.repository }}:${{ github.sha }}
44+
ghcr.io/seanauff/wol-proxy:latest
45+
ghcr.io/seanauff/wol-proxy:${{ github.sha }}

0 commit comments

Comments
 (0)