Updated .gitlab-ci.yml

This commit is contained in:
Netkas 2023-08-16 20:31:36 -04:00
parent 43f5e32c87
commit 01252aa7bb
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -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:
- | - |