修改了安装docker方法8
Some checks failed
Build Push and Deploy Image / build (push) Failing after 20m11s

This commit is contained in:
bamanker
2026-01-01 16:46:08 +08:00
parent af390af277
commit 095245b421

View File

@@ -118,7 +118,10 @@ jobs:
env:
TAG: ${{ steps.set_envar.outputs.tag }}
run: |
docker buildx build --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push.
docker buildx build &&
docker image ls
# ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push.
# uses: http://139.9.216.111:3000/bamanker/docker-build-push@v5
# with:
# context: .
## platforms: linux/amd64