Skip to content

Commit

Permalink
ci: username typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Mar 7, 2024
1 parent 7dc883b commit 87d21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
NODE_OPTIONS: --openssl-legacy-provider
- run: make packr
- if: startsWith(github.ref, 'refs/tags/v')
run: echo "$DOCKER_PASS" | docker login --username "scregoci" --password-stdin
run: echo "$DOCKER_PASS" | docker login --username "traggoci" --password-stdin
env:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
- if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 87d21e6

Please sign in to comment.