ci: split dev image publishing by registry

This commit is contained in:
3252a8
2026-06-06 23:44:24 +03:00
parent 724e936660
commit 3c82f43c84
3 changed files with 62 additions and 6 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
name: Dev images
# On every push to the dev branch, build all three images and push them to
# ghcr.io and Docker Hub tagged `dev` and `dev-<short-sha>`.
# GHCR tagged `dev`. Docker Hub dev images are published by GitLab CI.
on:
push:
@@ -22,4 +22,5 @@ jobs:
with:
push: true
tag_mode: dev
publish_dockerhub: false
secrets: inherit