From a50c23d45cd9bc157890cccf019b7b97b0c011f8 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 21 Nov 2024 00:24:13 +0100 Subject: [PATCH] fix(ci): build container --- .woodpecker/container.yaml | 19 +++++++++++++++++++ public | 1 - .gitmodules => themes/.keep | 0 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .woodpecker/container.yaml delete mode 160000 public rename .gitmodules => themes/.keep (100%) diff --git a/.woodpecker/container.yaml b/.woodpecker/container.yaml new file mode 100644 index 0000000..22b2fc3 --- /dev/null +++ b/.woodpecker/container.yaml @@ -0,0 +1,19 @@ +steps: + - name: publish + image: woodpeckerci/plugin-kaniko + when: + - event: push + branch: + - main + - event: tag + ref: refs/tags/v* + - event: cron + cron: sync_* + settings: + dockerfile: Containerfile + registry: "${CI_FORGE_URL#https://}" + repo: "${CI_REPO}" + auto_tag: true + username: "${CI_REPO_OWNER}" + password: + from_secret: CODEBERG_TOKEN diff --git a/public b/public deleted file mode 160000 index a960c85..0000000 --- a/public +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a960c859c1a2e5e8ddbb81265ea08498fac1c39d diff --git a/.gitmodules b/themes/.keep similarity index 100% rename from .gitmodules rename to themes/.keep