Skip to content

Commit

Permalink
ci: fix manual release (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Nov 11, 2023
1 parent e6fef8d commit 14a468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
echo '{"experimental": "enabled"}' > ~/.docker/config.json
- name: Create manifest for version
run: |
export DH_TAG=$(echo $TAG | sed 's/^v*//')
export DH_TAG=$(git tag --points-at HEAD | sed 's/^v*//')
docker manifest create \
containrrr/watchtower:$DH_TAG \
containrrr/watchtower:amd64-$DH_TAG \
Expand Down

0 comments on commit 14a468d

Please sign in to comment.