Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
update
  • Loading branch information
nspalo authored Sep 11, 2023
1 parent eeed56c commit 24336a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Docker login
env:
DOCKER_USER: ${{ env.DOCKER_USER }}
DOCKER_KEY: ${{ env.DOCKER_KEY }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_KEY: ${{ secrets.DOCKER_KEY }}
run: |
docker login -u $DOCKER_USER -p $DOCKER_KEY
Expand Down

0 comments on commit 24336a0

Please sign in to comment.