Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoutinho committed Apr 28, 2020
1 parent b82ae0e commit 555c1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

# Environment variables available to all jobs and steps in this workflow
env:
DOCKER_USER:${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD:${{ secrets.DOCKER_PASSWORD }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

jobs:
setup-build-publish-deploy:
Expand Down

0 comments on commit 555c1a2

Please sign in to comment.