ci: move dev Docker Hub publishing back to GitHub Actions

Publish dev images to both GHCR and Docker Hub from the dev workflow
and drop the GitLab CI pipeline, so all images are built by GitHub
Actions only.
This commit is contained in:
3252a8
2026-06-10 22:55:43 +03:00
parent c459cabaae
commit 86ac925b19
2 changed files with 1 additions and 74 deletions
+1 -2
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 tagged `dev`. Docker Hub dev images are published by GitLab CI.
# GHCR and Docker Hub tagged `dev`.
on:
push:
@@ -22,5 +22,4 @@ jobs:
with:
push: true
tag_mode: dev
publish_dockerhub: false
secrets: inherit