Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba07786819 | ||
|
|
f4a0813a9b | ||
|
|
335127481c |
@@ -5,9 +5,9 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
image: docker:23.0.4
|
image: docker:24.0.0
|
||||||
services:
|
services:
|
||||||
- docker:23.0.4-dind
|
- docker:24.0.0-dind
|
||||||
variables:
|
variables:
|
||||||
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
|
IMAGE_TAG: "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user