fix
CI / Build binary CI (push) Successful in 34m43s Details

This commit is contained in:
huoxue 2023-12-29 18:14:28 +08:00
parent 6a61c25da9
commit ee019d1766
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
file: ./Dockerfile.cnn file: ./Dockerfile.cnn
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta-cnn.outputs.tags }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
shm-size: 2g shm-size: 2g