fix(GH actions): fix docker build context
This commit is contained in:
parent
84044fbe3d
commit
07255c57a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
id: build-and-push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: "{{defaultContext}}:src"
|
||||
# context: "{{defaultContext}}"
|
||||
push: ${{ github.event_name != 'pull_request' }} # Don't push on PR
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue