手动输入命令构建docker镜像并上传1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 19m45s
Some checks failed
Build Push and Deploy Image / build (push) Failing after 19m45s
This commit is contained in:
@@ -110,8 +110,7 @@ jobs:
|
|||||||
TAG: ${{ steps.set_envar.outputs.tag }}
|
TAG: ${{ steps.set_envar.outputs.tag }}
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64 \
|
-t ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} \
|
||||||
--tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} \
|
|
||||||
--push \
|
--push \
|
||||||
.
|
.
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Reference in New Issue
Block a user