From 8c4b166c06e9ac04242ea798cdeea73acf6f16e0 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 2 Jan 2023 22:04:08 +1300 Subject: [PATCH] No wrapping, just leading $ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24e4558c..323cc68d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: uses: docker/metadata-action@v4 with: images: jaedb/iris - tags: ${{ GITHUB_REF_NAME }} + tags: $GITHUB_REF_NAME - name: Login to DockerHub uses: docker/login-action@v1