mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-06 12:16:12 +02:00
Set context
This commit is contained in:
parent
53ee705cfc
commit
73c999c2b1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish-image.yml
vendored
2
.github/workflows/publish-image.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue