Skip to content

Commit

Permalink
Merge pull request #12 from jsknnr/dev
Browse files Browse the repository at this point in the history
need a full path to registry
  • Loading branch information
jsknnr authored Jan 22, 2024
2 parents 56a3d15 + d32cc4f commit 5b6fb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
image: ${{ steps.buildah.outputs.image }}
tags: ${{ steps.buildah.outputs.tags }}
registry: docker.io
registry: docker.io/${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 5b6fb2b

Please sign in to comment.