Skip to content

Commit

Permalink
#305 udpate gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Jul 21, 2024
1 parent da4f3db commit 45b24e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ services:
- docker:dind

before_script:
- echo "Checking Docker version"
- if ! docker --version; then echo "Docker not found, installing Docker"; curl -fsSL https://get.docker.com | sh; fi
- echo "Logging into Docker registry"
- echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $DOCKER_REGISTRY

build:
Expand Down
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
privileged = true

0 comments on commit 45b24e9

Please sign in to comment.