mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix(ci): release.yml
This commit is contained in:
parent
7ad4207a13
commit
575460e3e9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -165,7 +165,7 @@ jobs:
|
||||
with:
|
||||
context: ./docker/nocobase
|
||||
build-args: |
|
||||
CNA_VERSION: ${{ steps.get-info.outputs.defaultTag }}
|
||||
CNA_VERSION=${{ steps.get-info.outputs.defaultTag }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: nocobase/nocobase:${{ steps.get-info.outputs.defaultTag }},${{ steps.meta.outputs.tags }},${{ secrets.ALI_DOCKER_PUBLIC_REGISTRY }}/nocobase/nocobase:${{ steps.get-info.outputs.defaultTag }},${{ secrets.ALI_DOCKER_PUBLIC_REGISTRY }}/${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user