Skip to content

Commit

Permalink
Updated build docker image to fix some weird cgroups mount error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackatrons committed Aug 1, 2022
1 parent 2f7f200 commit e351b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ build-docker:
only:
- master
stage: build-docker
image: docker:stable
image: docker:20
services:
- docker:stable-dind
- docker:20-dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
Expand Down

0 comments on commit e351b40

Please sign in to comment.