This commit is contained in:
2023-08-05 11:25:11 +00:00
parent 76ceb3a62b
commit b77f8ca6c2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
build: build:
image: portfolio:1.0.0 image: docker:latest
services: services:
- name: portfolio:1.0.0 - name: docker:latest
stage: build stage: build
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY

View File

@@ -1,4 +1,4 @@
FROM node:latest AS build FROM node:latest
WORKDIR /app WORKDIR /app