Update github-actions-builddockerfile.yml

This commit is contained in:
McCloudS
2024-03-13 20:14:04 -06:00
committed by GitHub
parent f7c6aaf55f
commit 77e23bf219

View File

@@ -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