From 2bc674b6a7ce0c17bfaf76cef7136b71a308d6cb Mon Sep 17 00:00:00 2001 From: twerthi Date: Fri, 12 Jul 2024 08:19:26 -0700 Subject: [PATCH] Adding mutli-arch to front end build --- github/js-frontend/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/js-frontend/action.yaml b/github/js-frontend/action.yaml index 4fbb842..9d8be47 100644 --- a/github/js-frontend/action.yaml +++ b/github/js-frontend/action.yaml @@ -198,7 +198,7 @@ runs: # The MySQL Docker image is built and pushed. - name: Build, tag, and push image to Dockerhub run: | - docker buildx build -t octopussamples/octopub-frontend:${{ steps.determine_version.outputs.semVer }} -t octopussamples/octopub-frontend:${{ steps.determine_version.outputs.semVer }} octopussamples/octopub-frontend:latest --platform=linux/amd64,linux/arm64 --push . + docker buildx build -f Dockerfile -t octopussamples/octopub-frontend:${{ steps.determine_version.outputs.semVer }} -t octopussamples/octopub-frontend:${{ steps.determine_version.outputs.semVer }} octopussamples/octopub-frontend:latest --platform=linux/amd64,linux/arm64 --push . shell: bash working-directory: js/frontend