手动输入命令构建docker镜像并上传1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 19m45s

This commit is contained in:
bamanker
2025-12-31 01:08:50 +08:00
parent c7d1bedf79
commit 46f1b7ca22

View File

@@ -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: