Skip to content

Commit

Permalink
Fix Docker build context in CI (#13)
Browse files Browse the repository at this point in the history
* refactor(ci): docker workflow
  • Loading branch information
sundowndev authored Aug 15, 2020
1 parent 01eb4c0 commit 13042cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
context: .
workdir: support/docker
dockerfile: support/docker/Dockerfile
tags: "latest"

0 comments on commit 13042cd

Please sign in to comment.