Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjmdski committed Jul 27, 2022
1 parent e2954bb commit 65b0768
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65b0768

Please sign in to comment.