Skip to content

Commit

Permalink
fix docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed Dec 24, 2020
1 parent 0419ac6 commit c5dd34a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: ./docker
file: ./cpu.dockerfile
file: ./docker/cpu.dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/trojanzoo:cpu
- name: Image digest
Expand Down

0 comments on commit c5dd34a

Please sign in to comment.