Skip to content
Snippets Groups Projects
Unverified Commit 3447f464 authored by Max Adamo's avatar Max Adamo
Browse files

DEV-154 fix image version

parent 0d892dc0
Branches
No related tags found
No related merge requests found
Pipeline #82028 failed
build:
image: docker:latest
image: docker:24.0
stage: build
services:
- docker:latest-dind
- docker:24.0-dind
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_COMMIT_BRANCH.$CI_COMMIT_TIMESTAMP .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment