fix(GH actions): fix docker build context

This commit is contained in:
BuyMyMojo 2024-12-20 20:25:13 +11:00
parent 84044fbe3d
commit 07255c57a0

View file

@ -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 }}