Skip to content

Commit 1a35df2

Browse files
committed
Remove duplicate owner in image name
Signed-off-by: Roman Schwarz <rs@cloudeteer.de>
1 parent 62a117b commit 1a35df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: meta
3434
uses: docker/metadata-action@v4
3535
with:
36-
images: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
36+
images: ghcr.io/${{ github.repository }}
3737
flavor: |
3838
latest=true
3939
tags: |

0 commit comments

Comments
 (0)