feat(ci): update builder to release version
All checks were successful
Docker Image CI / build (push) Successful in 4s

This commit is contained in:
2025-11-02 01:03:44 +08:00
parent 8a1c11746c
commit ac03276f0e
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
build:
runs-on: gitea-official-runner
container:
image: harbor.merlin.xin/testing/merlin/action_builder:471389b69e23417ab4e86981d109c79635d7219b
image: harbor.merlin.xin/release/merlin/action_builder:v0.0.1
steps:
- name: Checkout code
uses: actions/checkout@v4

View File

@@ -8,7 +8,7 @@ jobs:
build:
runs-on: gitea-official-runner
container:
image: harbor.merlin.xin/testing/merlin/action_builder:471389b69e23417ab4e86981d109c79635d7219b
image: harbor.merlin.xin/release/merlin/action_builder:v0.0.1
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -30,3 +30,5 @@ jobs:
echo "Pushing image: ${IMAGE_NAME}"
docker push ${IMAGE_NAME}
echo "Successfully pushed: ${IMAGE_NAME}"
docker rmi ${IMAGE_NAME}
echo "cleaned up local image"