fixing build
This commit is contained in:
parent
bbfa5514ab
commit
a3b833a4e8
4 changed files with 14 additions and 14 deletions
1
.github/workflows/release-dev.yaml
vendored
1
.github/workflows/release-dev.yaml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
|||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./
|
||||
file: docker/Dockerfile
|
||||
# platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:${{ steps.gen_ver.outputs.image_ver }},${{env.REGISTRY}}/${{env.IMAGE_NAME}}:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue