Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-03-13 20:51:59 -06:00
committed by GitHub
parent 655fe04ad1
commit 5dc49bcfbe

View File

@@ -42,12 +42,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
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
uses: docker/build-push-action@v5
@@ -55,3 +49,9 @@ jobs:
file: ./Dockerfile.cpu
push: true
tags: mccloud/subgen:cpu
-
name: Build and push GPU
uses: docker/build-push-action@v5
with:
push: true
tags: mccloud/subgen:latest