Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blackav committed Jun 12, 2023
1 parent c6217e2 commit 1526e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v3
- name: docker login
env:
DOCKER_USER: ${{secrets.DOCKER_USER}}
DOCKER_LOGIN: ${{secrets.DOCKER_LOGIN}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
run: docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- name: Build the Docker image
run: docker build . --file Dockerfile --tag blackav/ejudge:master
- name: docker push
Expand Down

0 comments on commit 1526e39

Please sign in to comment.