ci(release): enforce canonical image references

This commit is contained in:
Timo
2026-09-01 03:45:18 +02:00
parent bc5d1a0ea6
commit 742386064c
3 changed files with 40 additions and 3 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ name: Beta Server Image
# feature branch can be deployed to a staging/backup server and used as a custom
# server, without ever touching the ':latest' tag the official relay tracks.
#
# Tags produced (on ghcr.io/<owner>/<repo>):
# Tags produced (on ghcr.io/shik3i/koalasync):
# - beta moving channel pointer to the newest build
# - <branch-slug> e.g. feature-textchat
# - sha-<short-commit> immutable, pin to an exact build
@@ -73,7 +73,7 @@ jobs:
id: meta
uses: docker/metadata-action@v6
with:
images: ghcr.io/${{ github.repository }}
images: ghcr.io/shik3i/koalasync
# Never publish ':latest' from a beta build.
flavor: |
latest=false