We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cecd2a0 commit 3321d5eCopy full SHA for 3321d5e
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ on:
16
env:
17
# Use docker.io for Docker Hub if empty
18
REGISTRY: docker.io
19
+ DOCKER_USERNAME: argentinaluiz
20
# github.repository as <account>/<repo>
21
IMAGE_NAME: ${{ github.repository }}
22
SHA: ${{ github.event.pull_request.head.sha || github.event.after }}
@@ -59,7 +60,7 @@ jobs:
59
60
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
61
with:
62
registry: ${{ env.REGISTRY }}
- username: ${{ github.actor }}
63
+ username: ${{ env.DOCKER_USERNAME }}
64
password: ${{ secrets.DOCKER_TOKEN }}
65
66
# Extract metadata (tags, labels) for Docker
@@ -187,4 +188,3 @@ jobs:
187
188
# against the sigstore community Fulcio instance.
189
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
190
-
0 commit comments