Skip to content

Releases: macbre/push-to-ghcr

FIx an issue with using an empty tag for releases

04 Jul 08:07
29d48bf
Compare
Choose a tag to compare

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

17 May 09:20
6e827b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14...v15

Add the optional build-arg input

13 Jun 17:29
91a23f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13...v14

Fix for Docker 23

04 Aug 16:34
0f6c180
Compare
Choose a tag to compare

What's Changed

  • CI - update the permissions to we able to write to packages by @macbre in #31
  • Another approach to fix the CI by @macbre in #32
  • Update action.yml, remove TTY flag from Docker build by @tobiasc in #30

New Contributors

Full Changelog: v12...v13

Automatically lowercase the image name

21 Nov 15:00
2026e8a
Compare
Choose a tag to compare

What's Changed

  • Make an image name lowercase automatically by @macbre in #24

Full Changelog: v11...v12

Customize the username to use when pushing to Docker Hub

21 Nov 14:32
22a45ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10...v11

"NOT pushing the Docker image to docker.io" is now a notice

17 Nov 17:16
db75a4b
Compare
Choose a tag to compare

What's Changed

Let's report NOT pushing the Docker image to docker.io as a notice by @macbre in #22 - reported by @kthy

Screenshot 2022-11-17 at 17 12 42

Full Changelog: v9...v10

Added image_tag field to overwrite 'latest'

26 Aug 13:49
f8f1bc2
Compare
Choose a tag to compare

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

Full Changelog: v8...v9

Allow to build from a Dockerfile in the sub-directory

22 Nov 13:22
d45c4b8
Compare
Choose a tag to compare

dockerfile input: allow docker build --file to be customized #13

More verbose logging from docker build

16 Sep 10:16
6af1259
Compare
Choose a tag to compare