We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56a3d15 + d32cc4f commit 5b6fb2bCopy full SHA for 5b6fb2b
.github/workflows/publish_image.yaml
@@ -24,6 +24,6 @@ jobs:
24
with:
25
image: ${{ steps.buildah.outputs.image }}
26
tags: ${{ steps.buildah.outputs.tags }}
27
- registry: docker.io
+ registry: docker.io/${{ secrets.DOCKERHUB_USERNAME }}
28
username: ${{ secrets.DOCKERHUB_USERNAME }}
29
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments