コンテナCIのビルドを最適化
Validate and publish container image / build (pull_request) Successful in 6m2s

This commit is contained in:
2026-07-18 08:53:49 +09:00
parent bebb0016b6
commit 233319876b
2 changed files with 6 additions and 10 deletions
+1 -8
View File
@@ -26,14 +26,7 @@ jobs:
git fetch --depth=1 origin "${{ gitea.sha }}"
git checkout --detach FETCH_HEAD
- name: Build test stage
run: |
docker build \
--target test \
--tag "${IMAGE_NAME}:test-${{ gitea.sha }}" \
.
- name: Build runtime image
- name: Test and build runtime image
run: |
docker build \
--target runtime \