Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCh3n committed Oct 2, 2021
1 parent b57246b commit a3e9d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: docker build
run: |
docker build -f ./src/Dockerfile/Dockerfile -t ghcr.io/wesleych3n/autograde:latest src
docker build ./src/ -t ghcr.io/wesleych3n/autograde:latest
- name: docker push
run: |
docker push ghcr.io/wesleych3n/autograde:latest

0 comments on commit a3e9d9a

Please sign in to comment.