From 77e23bf219382aef947d693976a1fe6764019dd4 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:14:04 -0600 Subject: [PATCH] Update github-actions-builddockerfile.yml --- .github/workflows/github-actions-builddockerfile.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-builddockerfile.yml b/.github/workflows/github-actions-builddockerfile.yml index f67620f..db918bf 100644 --- a/.github/workflows/github-actions-builddockerfile.yml +++ b/.github/workflows/github-actions-builddockerfile.yml @@ -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