Skip to content

Commit

Permalink
Fix Docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny committed Nov 21, 2024
1 parent 060e995 commit 1936f59
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 1936f59

Please sign in to comment.