Browse Source

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

pull/154/head^2
Philipp Dormann 4 years ago
parent
commit
f7695f47f3
No known key found for this signature in database GPG Key ID: 3BB9ADD52DCA4314
  1. 3
      .github/workflows/docker-image-tag.yml

3
.github/workflows/docker-image-tag.yml

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