Skip to content

Commit 80cc89a

Browse files
Use repository_owner instead of actor
Co-authored-by: Copilot <[email protected]>
1 parent 57106d8 commit 80cc89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: meta
5353
uses: docker/metadata-action@v5
5454
with:
55-
images: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.IMAGE_NAME }}
55+
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
5656

5757
# Build and push Docker image with Buildx (don't push on PR)
5858
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)