Skip to content

Commit

Permalink
fix docker password
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulineContat committed Jun 3, 2024
1 parent c8e364c commit 924e60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/login-action@v2
with:
username: popopolette
password: ${{ vars.popopolette }}
password: ${{ vars.POPOPOLETTE }}

- name: Build and Push Docker images
run: |
Expand Down

0 comments on commit 924e60e

Please sign in to comment.