Correction

This commit is contained in:
Netkas 2023-10-07 04:36:48 -04:00
parent fe8f178b6f
commit fb366f3aca
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -53,7 +53,7 @@ build-debian:
# Build the Alpine Docker image # Build the Alpine Docker image
ncc-docker-build-alpine: ncc-docker-build-alpine:
image: docker:latest image: docker:latest
stage: build-docker-alpine stage: build-docker
services: services:
- docker:dind - docker:dind
before_script: before_script:
@ -76,7 +76,7 @@ ncc-docker-build-alpine:
# Build the Debian Docker image # Build the Debian Docker image
ncc-docker-build-debian: ncc-docker-build-debian:
image: docker:latest image: docker:latest
stage: build-docker-debian stage: build-docker
services: services:
- docker:dind - docker:dind
before_script: before_script: