From de0879e51452d4c8da364387013f5d09ae1f3d95 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 16 Nov 2023 16:34:37 +0100 Subject: [PATCH] fix build image --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6714ebb..fb326b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -60,4 +60,4 @@ jobs: push: true tags: | ghcr.io/collective/collective.elastic.ingest:latest - ghcr.io/collective/collective.elastic.ingest:${GITHUB_REF_NAME} \ No newline at end of file + ghcr.io/collective/collective.elastic.ingest:${{ github.ref_name }} \ No newline at end of file