From 1c1c8ad0dc0433e8fe3be3c673d849953c7eb28f Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Thu, 7 Mar 2024 19:10:35 +0100 Subject: [PATCH] wip --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b41275d..136d4c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}