Skip to content

Commit 87e451f

Browse files
committed
ci: Update Docker image tags in GitHub workflow
- Update Docker image tags in `.github/workflows/docker-build-and-push.yml`
1 parent 8d25d99 commit 87e451f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-and-push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
context: .
3535
push: true
3636
tags: |
37-
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
38-
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}
37+
ghcr.io/${{ github.repository }}:latest
38+
ghcr.io/${{ github.repository }}:${{ github.sha }}
3939
platforms: linux/amd64,linux/arm64
4040

0 commit comments

Comments
 (0)