Updated .gitlab-ci.yml
This commit is contained in:
parent
43f5e32c87
commit
01252aa7bb
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ build:
|
||||||
|
|
||||||
# Build the Alpine Docker image
|
# Build the Alpine Docker image
|
||||||
build-docker-alpine:
|
build-docker-alpine:
|
||||||
|
image: docker:latest
|
||||||
stage: build-docker
|
stage: build-docker
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
@ -51,6 +52,7 @@ build-docker-alpine:
|
||||||
|
|
||||||
# Build the Debian Docker image
|
# Build the Debian Docker image
|
||||||
build-docker-debian:
|
build-docker-debian:
|
||||||
|
image: docker:latest
|
||||||
stage: build-docker
|
stage: build-docker
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Add table
Reference in a new issue