fix: publishing a beta version was overwriting "latest" on docker hub

Massimo Melina committed May 11, 2026 at 00:12 UTC 0807a3a6eea19431850dd5fecdfcf44d65bb15a8
1 file changed +3
.github/workflows/docker-image.yml
+3
@@ -45,6 +45,9 @@ jobs:
45 id: meta
46 uses: docker/metadata-action@v5
47 with:
48 + # disable the action's automatic latest tag so prereleases cannot overwrite latest
49 + flavor: |
50 + latest=false
51 images: |
52 ghcr.io/${{ github.repository }}
53 docker.io/rejetto/hfs