修复构建bug

This commit is contained in:
hyh 2024-02-21 16:31:18 +08:00
parent 8b4bfc489b
commit 475bf2a4ab
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,6 @@ jobs:
uses: docker/build-push-action@v4.1.1
with:
context: .
file: ./gpu-dockerfile
file: ./cpu-dockerfile
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/qubic-cpu:latest

View File

@ -30,4 +30,4 @@ jobs:
context: .
file: ./gpu-dockerfile
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/qubic-cpu:latest
tags: ${{ vars.DOCKERHUB_USERNAME }}/qubic-gpu:latest