Set context

This commit is contained in:
Jade Ellis 2025-01-06 23:32:23 +00:00
parent 53ee705cfc
commit 73c999c2b1
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -147,6 +147,7 @@ jobs:
id: push
uses: docker/build-push-action@v6
with:
context: .
file: "Containerfile"
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
@ -161,6 +162,7 @@ jobs:
uses: docker/build-push-action@v6
with:
build-args: TARGET_CPU=x86-64-v3
context: .
file: "Containerfile"
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-x86-64-v3.outputs.tags }}