Commit f7eb7fb5 authored by nanahira's avatar nanahira

fix

parent e88f75aa
Pipeline #15863 failed with stages
in 31 seconds
{
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"plugins": ["@nestjs/swagger"]
}
}
...@@ -20,7 +20,7 @@ build-x86: ...@@ -20,7 +20,7 @@ build-x86:
variables: variables:
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86 TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86
build-x86: build-arm:
extends: .build-image extends: .build-image
tags: tags:
- docker-arm - docker-arm
......
...@@ -20,7 +20,7 @@ build-x86: ...@@ -20,7 +20,7 @@ build-x86:
variables: variables:
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86 TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86
build-x86: build-arm:
extends: .build-image extends: .build-image
tags: tags:
- docker-arm - docker-arm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment