1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00

fix tag name parsing, hopefully

This commit is contained in:
Simon Aronsson 2021-03-28 22:05:40 +02:00 committed by GitHub
parent c4c0533bff
commit 8448851987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ jobs:
- lint
env:
CGO_ENABLED: ${CGO_ENABLED:-0}
TAG: ${GITHUB_REF#refs/tags/}
TAG: ${{ github.event.release.tag_name }}
steps:
- name: Checkout
uses: actions/checkout@v2