From b0e05b0551ee39820c0432b4f3d77fd4782d5f72 Mon Sep 17 00:00:00 2001 From: Paper-Dragon <2678885646@qq.com> Date: Wed, 21 Feb 2024 08:04:43 +0000 Subject: [PATCH] fixed lowcase docker images name --- .github/workflows/pipline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipline.yml b/.github/workflows/pipline.yml index f09823c..1cf81b8 100644 --- a/.github/workflows/pipline.yml +++ b/.github/workflows/pipline.yml @@ -30,7 +30,7 @@ jobs: context: . file: ./gpu-dockerfile push: true - tags: ${{ vars.DOCKERHUB_USERNAME }}/qubic-CPU:latest + tags: ${{ vars.DOCKERHUB_USERNAME }}/qubic-cpu:latest - name: 构建和推送qubic-GPU镜像 uses: docker/build-push-action@v4.1.1 @@ -38,4 +38,4 @@ jobs: context: . file: ./cpu-dockerfile push: true - tags: ${{ vars.DOCKERHUB_USERNAME }}/qubic-GPU:latest + tags: ${{ vars.DOCKERHUB_USERNAME }}/qubic-gpu:latest