Skip to content
Snippets Groups Projects
Commit 75898e0a authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Switch image to gitlab-ci-cd which provides for all jobs

parent c0f28831
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ test docker:
stage: test
image: griefed/docker-with-buildx:latest
services:
- name: docker:dind
- name: griefed/gitlab-ci-cd:1.0.0
alias: docker
variables:
project_name: $CI_PROJECT_NAME
......@@ -34,7 +34,7 @@ test docker:
release:
needs: ['test docker']
stage: release
image: griefed/gitlab-semantic-release:latest
image: griefed/gitlab-ci-cd:1.0.0
services:
- name: docker:dind
alias: docker
......@@ -53,7 +53,7 @@ release:
build:
stage: build
image: griefed/docker-with-buildx:latest
image: griefed/gitlab-ci-cd:1.0.0
services:
- name: docker:dind
alias: docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment