Skip to content

Commit

Permalink
Fix Docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny authored Nov 21, 2024
2 parents 060e995 + 1936f59 commit 2b00775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ jobs:
- name: Build and push Docker image (extern-sync)
uses: docker/build-push-action@v5
with:
context: ./src/extern-sync
context: ./src
file: ./src/extern-sync/Dockerfile
push: true
build-args: |
VERSION=${{ env.VERSION }}
Expand Down

0 comments on commit 2b00775

Please sign in to comment.