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 774b881 commit 9f61602Copy full SHA for 9f61602
.github/workflows/backend.yml
@@ -63,5 +63,5 @@ jobs:
63
context: ./backend
64
push: true
65
tags: |
66
- ghcr.io/${{ github.actor }}/${{ vars.DOCKER_TAG }}
+ ghcr.io/${{ github.repository_owner }}/${{ vars.DOCKER_TAG }}
67
${{ vars.DOCKERHUB_USERNAME }}/${{ vars.DOCKER_TAG }}
0 commit comments