Skip to content

Commit

Permalink
ci: update Docker paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Jun 27, 2023
1 parent 38dd612 commit 2b4ce9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
id: docker_build
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
context: ./packages/trifid
file: ./packages/trifid/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
Expand Down

0 comments on commit 2b4ce9a

Please sign in to comment.