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

ci: Update ci-cd image to 1.0.2

parent 41739cf1
No related branches found
No related tags found
No related merge requests found
Pipeline #1052 failed
......@@ -7,7 +7,7 @@ test docker:
stage: test
image: griefed/docker-with-buildx:latest
services:
- name: griefed/gitlab-ci-cd:1.0.1
- name: griefed/gitlab-ci-cd:1.0.2
alias: docker
variables:
project_name: $CI_PROJECT_NAME
......@@ -34,7 +34,7 @@ test docker:
release:
needs: ['test docker']
stage: release
image: griefed/gitlab-ci-cd:1.0.1
image: griefed/gitlab-ci-cd:1.0.2
services:
- name: docker:dind
alias: docker
......@@ -53,7 +53,7 @@ release:
build:
stage: build
image: griefed/gitlab-ci-cd:1.0.1
image: griefed/gitlab-ci-cd:1.0.2
services:
- name: docker:dind
alias: docker
......@@ -78,4 +78,4 @@ build:
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:$CI_COMMIT_TAG"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:latest" .
only:
- tags
\ No newline at end of file
- tags
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