File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616env :
1717 # Use docker.io for Docker Hub if empty
1818 REGISTRY : docker.io
19+ DOCKER_USERNAME : argentinaluiz
1920 # github.repository as <account>/<repo>
2021 IMAGE_NAME : ${{ github.repository }}
2122 SHA : ${{ github.event.pull_request.head.sha || github.event.after }}
5960 uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
6061 with :
6162 registry : ${{ env.REGISTRY }}
62- username : ${{ github.actor }}
63+ username : ${{ env.DOCKER_USERNAME }}
6364 password : ${{ secrets.DOCKER_TOKEN }}
6465
6566 # Extract metadata (tags, labels) for Docker
@@ -187,4 +188,3 @@ jobs:
187188 # against the sigstore community Fulcio instance.
188189 run : echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
189190
190-
You can’t perform that action at this time.
0 commit comments