Compare commits

...

1 Commits

Author SHA1 Message Date
bamanker
3e55783c5f 修改了安装docker方法6
Some checks failed
Build Push and Deploy Image / build (push) Failing after 22m22s
2026-01-01 09:51:58 +08:00

View File

@@ -117,7 +117,7 @@ jobs:
env:
TAG: ${{ steps.set_envar.outputs.tag }}
run: |
docker buildx build --t ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push.
docker buildx build --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push.
# with:
# context: .
## platforms: linux/amd64