Skip to content

Commit

Permalink
devops: using proper build context
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Oct 3, 2023
1 parent 3d8f50d commit 8d2a792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: search/
file: ./Dockerfile
file: ./search/Dockerfile
push: true
tags: arguflow/vault-search:latest
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 8d2a792

Please sign in to comment.