diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f86ffa8..7ec8609 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,6 @@ jobs: --cache-to type=local,mode=max,dest=/tmp/.buildx-cache \ -o type=docker,dest=/tmp/.buildx-cache/node_patched_npm/amd64/${{ matrix.node_version }}-alpine${{ matrix.alpine_version }}-npm${{ matrix.npm_version }}.tar \ -t ghcr.io/tjsr/node_patched_npm:${{ matrix.node_version }}-alpine${{ matrix.alpine_version }}-npm${{ matrix.npm_version }} \ - --output type=oci \ . # - name: Build and push Docker images for all variants and architectures.