Browse Source
🐞 tmp: disable github.ref in docker-image-tag workflow
pull/154/head^2
Philipp Dormann
4 years ago
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with
1 additions and
2 deletions
-
.github/workflows/docker-image-tag.yml
|
@ -30,4 +30,3 @@ jobs: |
|
|
tags: | |
|
|
tags: | |
|
|
latest |
|
|
latest |
|
|
${{ github.sha }} |
|
|
${{ github.sha }} |
|
|
${{ github.ref }} |
|
|
|
|
|