diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 332ac3bd..24e4558c 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##*/ }} + tags: ${{ GITHUB_REF_NAME }} - name: Login to DockerHub uses: docker/login-action@v1