diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62f688a..80f864c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,14 +87,14 @@ jobs: type=sha,format=long type=raw,value=latest,enable={{is_default_branch}} - - name: Build and push image - uses: docker/build-push-action@v2 - with: - context: . - platforms: linux/amd64, linux/arm64 - push: true - tags: ${{ steps.docker-meta.outputs.tags }} - labels: ${{ steps.docker-meta.outputs.labels }} +# - name: Build and push image +# uses: docker/build-push-action@v2 +# with: +# context: . +# platforms: linux/amd64, linux/arm64 +# push: true +# tags: ${{ steps.docker-meta.outputs.tags }} +# labels: ${{ steps.docker-meta.outputs.labels }} - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master