Skip to content
Snippets Groups Projects
Commit c20675c5 authored by RenovateBot's avatar RenovateBot :gear:
Browse files

chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.12

parent 4ab8867e
No related branches found
No related tags found
1 merge request!22chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.12
......@@ -4,10 +4,10 @@ stages:
- build
services:
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.11
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.12
alias: docker
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
image: ghcr.io/griefed/gitlab-ci-cd:2.2.12
variables:
project_name: $CI_PROJECT_NAME
......@@ -23,7 +23,7 @@ workflow:
test docker:
stage: test
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
image: ghcr.io/griefed/gitlab-ci-cd:2.2.12
before_script:
- docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......@@ -45,7 +45,7 @@ test docker:
release:
needs: ['test docker']
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
image: ghcr.io/griefed/gitlab-ci-cd:2.2.12
stage: release
script:
- npx semantic-release
......@@ -59,7 +59,7 @@ release:
build:
stage: build
image: ghcr.io/griefed/gitlab-ci-cd:2.2.11
image: ghcr.io/griefed/gitlab-ci-cd:2.2.12
before_script:
- docker login -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN" docker.io
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
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