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

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

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