fixed lowcase docker images name
This commit is contained in:
parent
31b4c9e82a
commit
b0e05b0551
4
.github/workflows/pipline.yml
vendored
4
.github/workflows/pipline.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user