Update .forgejo/workflows/build.yml
This commit is contained in:
parent
a22edac8da
commit
40320d621a
1 changed files with 1 additions and 1 deletions
|
|
@ -44,6 +44,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/Dockerfile
|
file: Dockerfile
|
||||||
tags: ${{ env.CONTAINER_IMAGE_NAME }}:latest,${{ env.CONTAINER_IMAGE_NAME }}:${{ env.IMAGE_VERSION }}
|
tags: ${{ env.CONTAINER_IMAGE_NAME }}:latest,${{ env.CONTAINER_IMAGE_NAME }}:${{ env.IMAGE_VERSION }}
|
||||||
push: true
|
push: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue