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:
PREMAKE_VERSION: "5.0.0-beta6"
LIBEVENT_VERSION: "2.1.12-stable"
before_script:
.docker_common:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
.build-image:
extends: .docker_common
stage: build
dependencies: []
script:
- |
docker build --pull -t "$TARGET_IMAGE" \
......@@ -67,8 +68,8 @@ build-debian12-arm:
#########################
.deploy-manifest:
extends: .docker_common
stage: deploy
dependencies: []
tags:
- docker
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