Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Mar 7, 2024
1 parent 1f1df50 commit 1c1c8ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ jobs:
- run: make build-js
env:
NODE_OPTIONS: --openssl-legacy-provider
- run: make release
- run: echo "$DOCKER_PASS" | docker login --username "scregoci" --password-stdin
env:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
- if: startsWith(github.ref, 'refs/tags/v')
run: make release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1c1c8ad

Please sign in to comment.