fix: crane

This commit is contained in:
Elijah McMorris 2024-08-29 21:49:35 -07:00
parent 53e3ffe0dd
commit 6dcb9fd043
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
9 changed files with 166 additions and 148 deletions

View file

@ -13,7 +13,6 @@ on:
env:
CARGO_TERM_COLOR: always
NIX_CONFIG: 'download-buffer-size = 5000MB'
jobs:
check:

View file

@ -20,7 +20,6 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
NIX_CONFIG: 'download-buffer-size = 5000MB'
jobs:
build: