Update github-actions-builddockerfile.yml
This commit is contained in:
@@ -43,8 +43,14 @@ jobs:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
-
|
||||
name: Build and push
|
||||
name: Build and push GPU
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: mccloud/subgen:latest
|
||||
-
|
||||
name: Build and push CPU
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
tags: mccloud/subgen:cpu
|
||||
|
||||
Reference in New Issue
Block a user