diff options
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4798e43..4a9ff22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,8 +58,6 @@ jobs: push: false # Do not push yet tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.tag }} labels: ${{ steps.meta-api.outputs.labels }} - cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:cache - cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:cache,mode=max merge-and-push: runs-on: ubuntu-latest |
