move coredns image under docker/
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/push/build-images Pipeline was successful

This commit is contained in:
2026-07-12 23:14:19 +02:00
parent ef6a2d4b46
commit 2d980550eb
4 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -2,7 +2,6 @@ when:
- event: push - event: push
path: path:
include: include:
- mikrotik/coredns/**
- docker/** - docker/**
steps: steps:
@@ -32,8 +31,8 @@ steps:
tags: tags:
- latest - latest
- ${CI_COMMIT_SHA:0:8} - ${CI_COMMIT_SHA:0:8}
dockerfile: mikrotik/coredns/Dockerfile dockerfile: docker/coredns/Dockerfile
context: mikrotik/coredns/ context: docker/coredns/
env_file: /woodpecker/registry.env env_file: /woodpecker/registry.env
cache_images: cache_images:
- gitea.lumpiasty.xyz/lumpiasty/coredns-mikrotik:buildcache - gitea.lumpiasty.xyz/lumpiasty/coredns-mikrotik:buildcache