Releases: macbre/push-to-ghcr
Releases · macbre/push-to-ghcr
Dependencies updated
What's Changed
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #58
- Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #56
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #55
Full Changelog: v17...v18
Multiple tags and multi-platform builds
FIx an issue with using an empty tag for releases
What's Changed
Instead of using $GITHUB_REF (which can be empty) let's rely on github.event.release.tag_name:
Event received: 'release' (with a reference '' / tag name 'v3.13.5-8.4.10')
Tagging with 3.13.5-8.4.10
- Update action.yml: use
github.refby @macbre in #46 - Update action.yml: use
github.eventinstead by @macbre in #47
Full Changelog: v15...v16
Add the `extra_args` input
Add the optional build-arg input
Fix for Docker 23
Automatically lowercase the image name
Customize the username to use when pushing to Docker Hub
"NOT pushing the Docker image to docker.io" is now a notice
Added image_tag field to overwrite 'latest'
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #15
- Add tee to ease debugging CI "docker image inspect" stage by @macbre in #18
- Added image_tag field to overwrite 'latest' by @rf152 in #16
- Add a CI test case for "image_tag" option by @macbre in #19
New Contributors
- @dependabot made their first contribution in #15
- @rf152 made their first contribution in #16
Full Changelog: v8...v9


