We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d83be9 commit b6f5795Copy full SHA for b6f5795
2 files changed
.github/workflows/publish.yml
@@ -118,7 +118,7 @@ jobs:
118
sudo docker image tag "$image_name" "$tag_full"
119
done
120
sudo docker image remove "$image_name"
121
- sudo docker push "$tag_full" --all-tags
+ sudo docker push "ghcr.io/${GITHUB_REPOSITORY%/*}/$image_name" --all-tags
122
123
- run: |
124
gh release create "v${{ steps.version.outputs.version }}" \
VERSION
@@ -1 +1 @@
1
-6.0.0
+5.38.0
0 commit comments