Commit a74ebf37 authored by nanahira's avatar nanahira

Update .gitlab-ci.yml

parent 52c1c4aa
Pipeline #37562 failed with stages
in 18 seconds
...@@ -8,12 +8,13 @@ variables: ...@@ -8,12 +8,13 @@ variables:
PREMAKE_VERSION: "5.0.0-beta6" PREMAKE_VERSION: "5.0.0-beta6"
LIBEVENT_VERSION: "2.1.12-stable" LIBEVENT_VERSION: "2.1.12-stable"
before_script: .docker_common:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
.build-image: .build-image:
extends: .docker_common
stage: build stage: build
dependencies: []
script: script:
- | - |
docker build --pull -t "$TARGET_IMAGE" \ docker build --pull -t "$TARGET_IMAGE" \
...@@ -67,8 +68,8 @@ build-debian12-arm: ...@@ -67,8 +68,8 @@ build-debian12-arm:
######################### #########################
.deploy-manifest: .deploy-manifest:
extends: .docker_common
stage: deploy stage: deploy
dependencies: []
tags: tags:
- docker - docker
script: script:
......
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