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-docker-alpine:
|
||||
image: docker:latest
|
||||
stage: build-docker
|
||||
script:
|
||||
- |
|
||||
|
@ -51,6 +52,7 @@ build-docker-alpine:
|
|||
|
||||
# Build the Debian Docker image
|
||||
build-docker-debian:
|
||||
image: docker:latest
|
||||
stage: build-docker
|
||||
script:
|
||||
- |
|
||||
|
|
Loading…
Add table
Reference in a new issue