mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Updated GitLab CI
This commit is contained in:
parent
49607d7962
commit
be3bfeeba6
@ -14,21 +14,21 @@ default:
|
||||
- name: "docker.io/docker:dind"
|
||||
alias: "dockerd"
|
||||
|
||||
build:images:native:
|
||||
build:images:
|
||||
stage: "build:images"
|
||||
before_script:
|
||||
- "apk add --no-cache coreutils git make xz"
|
||||
script:
|
||||
- "make build-native-image save-native-image"
|
||||
- "make build-image save-image"
|
||||
artifacts:
|
||||
expire_in: "1 day"
|
||||
paths:
|
||||
- "./dist/"
|
||||
|
||||
push:images:native:
|
||||
push:images:
|
||||
stage: "push:images"
|
||||
dependencies:
|
||||
- "build:images:native"
|
||||
- "build:images"
|
||||
only:
|
||||
- "/^v[0-9]+$/"
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user