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