Skip to content

Commit 5b6fb2b

Browse files
authored
Merge pull request #12 from jsknnr/dev
need a full path to registry
2 parents 56a3d15 + d32cc4f commit 5b6fb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
image: ${{ steps.buildah.outputs.image }}
2626
tags: ${{ steps.buildah.outputs.tags }}
27-
registry: docker.io
27+
registry: docker.io/${{ secrets.DOCKERHUB_USERNAME }}
2828
username: ${{ secrets.DOCKERHUB_USERNAME }}
2929
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)