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