Skip to content

Commit 2bff8a4

Browse files
committed
fix: fix docker pipeline
1 parent 7d3ad44 commit 2bff8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
platforms: linux/amd64,linux/arm64
5353
push: true
5454
tags: |
55-
ghcr.io/${{ github.event.org.login }}/${{ github.event.repository.name }}:latest
56-
ghcr.io/${{ github.event.org.login }}/${{ github.event.repository.name }}:${{ needs.release.outputs.new_release_version }}
55+
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
56+
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ needs.release.outputs.new_release_version }}

0 commit comments

Comments
 (0)