Releases: macbre/push-to-ghcr
Releases · macbre/push-to-ghcr
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.ref
by @macbre in #46 - Update action.yml: use
github.event
instead 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
Allow to build from a Dockerfile in the sub-directory
dockerfile
input: allow docker build --file
to be customized #13
More verbose logging from docker build
docker build
- more verbose output #11