Skip to content
Snippets Groups Projects
Commit c1569538 authored by drebs's avatar drebs
Browse files

Bump Docker image version to 20.10.14

parent 6401a5be
No related branches found
No related tags found
No related merge requests found
Pipeline #86194 passed
...@@ -9,7 +9,7 @@ before_script: ...@@ -9,7 +9,7 @@ before_script:
- docker info - docker info
build: build:
image: docker:20.10.11 image: docker:20.10.14
stage: build stage: build
script: script:
- docker build -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA} . - docker build -t ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA} .
...@@ -19,7 +19,7 @@ build: ...@@ -19,7 +19,7 @@ build:
tag: tag:
stage: tag stage: tag
image: docker:20.10.11 image: docker:20.10.14
script: script:
- docker tag ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA} ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} - docker tag ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA} ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}
- docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG} - docker push ${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment