Skip to content

Commit

Permalink
Remove oci output type.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsr committed Jul 11, 2024
1 parent 7955334 commit 11d480e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 11d480e

Please sign in to comment.