From 89b7fa6b06d0b8cd159acec176c2716d37135d20 Mon Sep 17 00:00:00 2001 From: Leon Lenzen Date: Sat, 18 Jun 2022 11:39:27 +0200 Subject: [PATCH] chore: fix lint --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8aee0f7..0aca91bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |