From 5971a197ce48a6771a4d67b2e0da93ac9f9ffdf7 Mon Sep 17 00:00:00 2001 From: Andrew Malkov Date: Thu, 7 Dec 2023 18:24:44 +0100 Subject: [PATCH] fix container tag --- .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 0792ae2..028b8d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,5 +59,5 @@ jobs: context: src push: true tags: | - anmalkov/crisp:$TAG_VERSION + anmalkov/crisp:${{ env.TAG_VERSION }} anmalkov/crisp:latest