This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user