From 8d9462147c6149ff9bdd23238d8b134cb06f6a1d Mon Sep 17 00:00:00 2001 From: Leon Lenzen Date: Sat, 18 Jun 2022 12:00:02 +0200 Subject: [PATCH] chore: use docker-meta version --- .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 0aca91bb5c..e17721dbaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new build-args: | - VERSION=${{ github.ref_name }} + VERSION=${{ steps.meta.outputs.version }} - name: Prepare cache for next build run: | rm -rf /tmp/.buildx-cache @@ -156,7 +156,7 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache-debug cache-to: type=local,dest=/tmp/.buildx-cache-debug-new build-args: | - VERSION=${{ github.ref_name }} + VERSION=${{ steps.meta-debug.outputs.version }} - name: Prepare cache for next build run: | rm -rf /tmp/.buildx-cache-debug @@ -222,7 +222,7 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache-alpine cache-to: type=local,dest=/tmp/.buildx-cache-alpine-new build-args: | - VERSION=${{ github.ref_name }} + VERSION=${{ steps.meta-alpine.outputs.version }} - name: Prepare cache for next build run: | rm -rf /tmp/.buildx-cache-alpine