We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1f868 commit 51ae68aCopy full SHA for 51ae68a
.github/workflows/release.yaml
@@ -32,7 +32,7 @@ jobs:
32
uses: docker/metadata-action@v5
33
with:
34
images: |
35
- ghcr.io/kokuwaio/gcloud-mysql
+ ghcr.io/${{ github.repository_owner }}/gcloud-mysql
36
tags: |
37
type=ref,event=branch
38
type=ref,event=tag
0 commit comments