We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57106d8 commit 80cc89aCopy full SHA for 80cc89a
.github/workflows/docker-cd.yml
@@ -52,7 +52,7 @@ jobs:
52
id: meta
53
uses: docker/metadata-action@v5
54
with:
55
- images: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.IMAGE_NAME }}
+ images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
56
57
# Build and push Docker image with Buildx (don't push on PR)
58
# https://github.com/docker/build-push-action
0 commit comments