1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-10-17 20:05:55 +02:00

chore: fix lint

This commit is contained in:
Leon Lenzen 2022-06-18 11:39:27 +02:00
parent d4a550bb4c
commit 89b7fa6b06

View File

@ -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: |