Skip to content

Commit

Permalink
fix interactive login
Browse files Browse the repository at this point in the history
  • Loading branch information
mezdahun authored Mar 11, 2022
1 parent 9bf1901 commit 535ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
DOCKER_USER: ${{secrets.DOCKER_USER}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
run: |
docker login -u $DOCKER_USER $DOCKER_PASSWORD
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build . --file Dockerfile --tag mezdahun/scioip34abm:$(date +%s)
- name: Push Docker image to DockerHub
Expand Down

0 comments on commit 535ad20

Please sign in to comment.