Skip to content

Commit 87d21e6

Browse files
committed
ci: username typo
1 parent 7dc883b commit 87d21e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NODE_OPTIONS: --openssl-legacy-provider
2323
- run: make packr
2424
- if: startsWith(github.ref, 'refs/tags/v')
25-
run: echo "$DOCKER_PASS" | docker login --username "scregoci" --password-stdin
25+
run: echo "$DOCKER_PASS" | docker login --username "traggoci" --password-stdin
2626
env:
2727
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
2828
- if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)