diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 298a92a..2f0a763 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,14 +35,14 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - - name: web image build and push (multi-platform) - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - push: true - tags: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest - platforms: linux/amd64,linux/arm64 +# - name: web image build and push (multi-platform) +# uses: docker/build-push-action@v2 +# with: +# context: . +# file: ./Dockerfile +# push: true +# tags: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest +# platforms: linux/amd64,linux/arm64 - name: web image build and push (multi-platform) uses: docker/build-push-action@v2