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

Merge branch 'renovate-ghcr.io-griefed-gitlab-ci-cd-2.x' into 'main'

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

See merge request !19
parents 87fdbe28 d1ea39f6
No related branches found
No related tags found
1 merge request!19chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.9
......@@ -4,10 +4,10 @@ stages:
- build
services:
- name: ghcr.io/griefed/gitlab-ci-cd:2.0.8
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.9
alias: docker
image: ghcr.io/griefed/gitlab-ci-cd:2.0.8
image: ghcr.io/griefed/gitlab-ci-cd:2.2.9
variables:
project_name: $CI_PROJECT_NAME
......@@ -23,7 +23,7 @@ workflow:
test docker:
stage: test
image: ghcr.io/griefed/gitlab-ci-cd:2.0.8
image: ghcr.io/griefed/gitlab-ci-cd:2.2.9
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.0.8
image: ghcr.io/griefed/gitlab-ci-cd:2.2.9
stage: release
script:
- npx semantic-release
......@@ -59,7 +59,7 @@ release:
build:
stage: build
image: ghcr.io/griefed/gitlab-ci-cd:2.0.8
image: ghcr.io/griefed/gitlab-ci-cd:2.2.9
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