🐞 tmp: disable github.ref in docker-image-tag workflow

pull/154/head^2
Philipp Dormann 3 years ago
parent 830cbfc13f
commit f7695f47f3
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

@ -29,5 +29,4 @@ jobs:
# The desired tag for the image: latest + . Defaults to current branch or release version number.
tags: |
latest
${{ github.sha }}
${{ github.ref }}
${{ github.sha }}
Loading…
Cancel
Save