mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-07 07:36:25 +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
|
id: push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
file: "Containerfile"
|
file: "Containerfile"
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
@ -161,6 +162,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
build-args: TARGET_CPU=x86-64-v3
|
build-args: TARGET_CPU=x86-64-v3
|
||||||
|
context: .
|
||||||
file: "Containerfile"
|
file: "Containerfile"
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta-x86-64-v3.outputs.tags }}
|
tags: ${{ steps.meta-x86-64-v3.outputs.tags }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue