We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc883b commit 87d21e6Copy full SHA for 87d21e6
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
NODE_OPTIONS: --openssl-legacy-provider
23
- run: make packr
24
- if: startsWith(github.ref, 'refs/tags/v')
25
- run: echo "$DOCKER_PASS" | docker login --username "scregoci" --password-stdin
+ run: echo "$DOCKER_PASS" | docker login --username "traggoci" --password-stdin
26
env:
27
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
28
0 commit comments