Skip to content

Releases: macbre/push-to-ghcr

Dependencies updated

19 Jun 11:15
de5b1f4

Choose a tag to compare

What's Changed

Full Changelog: v17...v18

Multiple tags and multi-platform builds

18 Apr 19:28
2024e33

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 4 to 6 by @dependabot[bot] in #49
  • Add support for multi-platform builds via docker buildx by @macbre in #53 🎉
  • Push Multiple Tags by @lreading in #52
  • Fix Docker tag arguments handling in action.yml by @macbre in #54

New Contributors

  • @lreading made their first contribution in #52, thanks 🎉

Full Changelog: v16...v17


Screenshot 2026-04-18 at 19 32 53 Screenshot 2026-04-18 at 20 17 55

FIx an issue with using an empty tag for releases

04 Jul 08:07
29d48bf

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

Choose a tag to compare

What's Changed

Full Changelog: v14...v15

Add the optional build-arg input

13 Jun 17:29
91a23f5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13...v14

Fix for Docker 23

04 Aug 16:34
0f6c180

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

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

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

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

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