mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
chore: fix lint
This commit is contained in:
parent
d4a550bb4c
commit
89b7fa6b06
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new
|
||||
build-args: |
|
||||
build-args: |
|
||||
VERSION=${{ github.ref_name }}
|
||||
- name: Prepare cache for next build
|
||||
run: |
|
||||
@ -155,7 +155,7 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=local,src=/tmp/.buildx-cache-debug
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-debug-new
|
||||
build-args: |
|
||||
build-args: |
|
||||
VERSION=${{ github.ref_name }}
|
||||
- name: Prepare cache for next build
|
||||
run: |
|
||||
@ -221,7 +221,7 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=local,src=/tmp/.buildx-cache-alpine
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-alpine-new
|
||||
build-args: |
|
||||
build-args: |
|
||||
VERSION=${{ github.ref_name }}
|
||||
- name: Prepare cache for next build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user