Skip to content

Commit

Permalink
fix: Dockerfile directory
Browse files Browse the repository at this point in the history
maybe it doesn't care about the working directory set up at the top there
  • Loading branch information
mavi0 committed Oct 8, 2023
1 parent 2b98744 commit a22bd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Build and Push Container
uses: docker/build-push-action@v4
with:
context: .
file: Dockerfile
context: web
file: web/Dockerfile
build-args: |
APP_VSN=${{ steps.Version.outputs.version }}
push: true
Expand Down

0 comments on commit a22bd49

Please sign in to comment.