Skip to content

Commit 3321d5e

Browse files
committed
chore
1 parent cecd2a0 commit 3321d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
env:
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 }}
@@ -59,7 +60,7 @@ jobs:
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-

0 commit comments

Comments
 (0)