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

This commit is contained in:
Philipp Dormann 2021-07-14 11:08:20 +02:00
parent 830cbfc13f
commit f7695f47f3
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

View File

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