v0.0.1 #1

Merged
merlin merged 3 commits from dev into main 2026-03-08 08:38:25 +00:00
4 changed files with 93 additions and 91 deletions
Showing only changes of commit 9413442f5c - Show all commits

View File

@@ -6,9 +6,9 @@ on:
jobs:
build:
runs-on: gitea-official-runner
runs-on: gitea-runner-group-candlelight
container:
image: harbor.merlin.xin/release/merlin/action_builder:v0.0.1
image: ${{ vars.HARBOR_URL }}/candlelight/action_builder:v0.0.1
steps:
- name: Checkout code
uses: actions/checkout@v4

View File

@@ -6,9 +6,9 @@ on:
jobs:
build:
runs-on: gitea-official-runner
runs-on: gitea-runner-group-candlelight
container:
image: harbor.merlin.xin/release/merlin/action_builder:v0.0.1
image: ${{ vars.HARBOR_URL }}/candlelight/action_builder:v0.0.1
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
REPOSITORY: ${{ github.repository }}
run: |
ROOT_DIR=$(pwd)
IMAGE_NAME="${HARBOR_URL}/release/$REPOSITORY:$GITHUB_REF_NAME"
IMAGE_NAME="${HARBOR_URL}/$REPOSITORY:$GITHUB_REF_NAME"
echo "Building image: ${IMAGE_NAME}"
docker build -t ${IMAGE_NAME} .
echo "Pushing image: ${IMAGE_NAME}"

View File

@@ -1,4 +1,4 @@
FROM harbor.merlin.xin/mirrors/docker.io/alpine/k8s:1.30.4
FROM registry.merlin.xin/alpine/k8s:1.30.4
ENV TZ=Asia/Shanghai \
LANG=C.UTF-8

View File

@@ -1,3 +1,5 @@
# action_dployer
# action_dployer for gtea_action
自己构建的action部署镜像依赖chart包来部署应用到rke2集群
用作gitea_action部署应用到k8s集群
包含helm和helmfile