We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fef8d commit 14a468dCopy full SHA for 14a468d
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
echo '{"experimental": "enabled"}' > ~/.docker/config.json
94
- name: Create manifest for version
95
run: |
96
- export DH_TAG=$(echo $TAG | sed 's/^v*//')
+ export DH_TAG=$(git tag --points-at HEAD | sed 's/^v*//')
97
docker manifest create \
98
containrrr/watchtower:$DH_TAG \
99
containrrr/watchtower:amd64-$DH_TAG \
0 commit comments