Update .gitlab-ci.yml

This commit is contained in:
Samuel Elliott 2024-04-15 02:17:21 +01:00
parent a12fdb2878
commit 865f55780a
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -27,7 +27,7 @@ build:
build-docker:
stage: build
image: alpine
image: node:20-alpine
before_script:
- apk add docker
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"