From 7fb68a32a84cedcd1430680487250a17de8c167c Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Mon, 2 Jan 2023 22:17:38 +1300 Subject: [PATCH] github.ref --- .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 4b982f71..4790a73d 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: Login to DockerHub uses: docker/login-action@v1