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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user