Skip to content

Commit b6f5795

Browse files
plengauerCopilot
andauthored
Fix publish (#2696)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4d83be9 commit b6f5795

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
sudo docker image tag "$image_name" "$tag_full"
119119
done
120120
sudo docker image remove "$image_name"
121-
sudo docker push "$tag_full" --all-tags
121+
sudo docker push "ghcr.io/${GITHUB_REPOSITORY%/*}/$image_name" --all-tags
122122
done
123123
- run: |
124124
gh release create "v${{ steps.version.outputs.version }}" \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
5.38.0

0 commit comments

Comments
 (0)