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