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. 1
      .github/workflows/docker-image-tag.yml

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

@ -30,4 +30,3 @@ jobs:
tags: | tags: |
latest latest
${{ github.sha }} ${{ github.sha }}
${{ github.ref }}

Loading…
Cancel
Save