github.ref

This commit is contained in:
James Barnsley
2023-01-02 22:17:38 +13:00
parent 3a1f43870b
commit 7fb68a32a8

View File

@ -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