Skip to content

Commit

Permalink
- Add file parameter to docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsporn committed Apr 27, 2021
1 parent a6398e4 commit 931a76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
- name: Build and push to Dockerhub
uses: docker/build-push-action@v2
with:
file: ./docker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 931a76c

Please sign in to comment.