Compare commits

...

7 Commits

Author SHA1 Message Date
bamanker
e8ac7f9fbc 修改了安装docker方法13
Some checks failed
Build Push and Deploy Image / build (push) Failing after 20m56s
2026-01-03 22:59:52 +08:00
bamanker
cb418d8acd 修改了安装docker方法12
Some checks failed
Build Push and Deploy Image / build (push) Failing after 21m9s
2026-01-03 22:33:39 +08:00
bamanker
d4d6064bcd 修改了安装docker方法12
Some checks failed
Build Push and Deploy Image / build (push) Failing after 20m59s
2026-01-02 15:22:06 +08:00
bamanker
297ce02549 修改了安装docker方法11
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2026-01-02 00:10:40 +08:00
bamanker
4f7cfe396a 修改了安装docker方法10
Some checks failed
Build Push and Deploy Image / build (push) Failing after 21m14s
2026-01-01 23:43:45 +08:00
bamanker
521ac4d3f6 修改了安装docker方法9
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2026-01-01 22:55:47 +08:00
bamanker
095245b421 修改了安装docker方法8
Some checks failed
Build Push and Deploy Image / build (push) Failing after 20m11s
2026-01-01 16:46:08 +08:00

View File

@@ -74,9 +74,8 @@ jobs:
run: |
echo "The app version is $APP_TAG" && echo "tag=$APP_TAG" >> $GITHUB_OUTPUT &&
echo "now workspace: ${{ github.workspace }}" &&
pwd &&
docker version &&
docker --help
docker --help
# 为其他配置文件注入环境变量
- name: Inject envVar
@@ -118,7 +117,11 @@ jobs:
env:
TAG: ${{ steps.set_envar.outputs.tag }}
run: |
docker buildx build --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} --push.
ls &&
docker build --file Dockerfile --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} . &&
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