From 65b0768d4bacc2ee0ee249ba9bafc1f4c3a66cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20M=C5=82odzikowski?= Date: Wed, 27 Jul 2022 17:40:59 +0200 Subject: [PATCH] fix? --- .github/workflows/continous-delivery.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continous-delivery.yml b/.github/workflows/continous-delivery.yml index dcd7035..29d40cd 100644 --- a/.github/workflows/continous-delivery.yml +++ b/.github/workflows/continous-delivery.yml @@ -21,9 +21,11 @@ jobs: - name: Log in to the Container registry uses: docker/login-action@v2 if: ${{!github.event.repository.private}} + env: + PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} with: username: vegaprotocol - password: ${{ secrets.DOCKERHUB_PASSWORD }} + password: $PASSWORD - name: Log in to the Container registry uses: docker/login-action@v2