From 33239a203c741fc66127362a2a8c5ee473273946 Mon Sep 17 00:00:00 2001 From: Karl-Erik Gustafsson Date: Mon, 30 Dec 2024 09:44:33 +0200 Subject: [PATCH] fix: tag variable name corrected (#1860) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cdd319fb..3213065e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,7 +189,7 @@ jobs: file: ./docker/Dockerfile_rel platforms: linux/amd64,linux/arm/v7,linux/arm64 push: true - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.docker_meta.outputs.tags }} build-args: | TAG=${{ steps.vars.outputs.tag }}