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

Merge branch 'renovate-ghcr.io-griefed-gitlab-ci-cd-2.x' into 'lsiobase/alpine'

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

See merge request !24
parents 60c8d572 ae0ed47c
No related branches found
No related tags found
1 merge request!24chore(deps): update ghcr.io/griefed/gitlab-ci-cd docker tag to v2.2.3
Pipeline #5506 failed
...@@ -4,10 +4,10 @@ stages: ...@@ -4,10 +4,10 @@ stages:
- build - build
services: services:
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.1 - name: ghcr.io/griefed/gitlab-ci-cd:2.2.3
alias: docker alias: docker
image: ghcr.io/griefed/gitlab-ci-cd:2.2.1 image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
workflow: workflow:
rules: rules:
...@@ -19,7 +19,7 @@ workflow: ...@@ -19,7 +19,7 @@ workflow:
test docker: test docker:
stage: test stage: test
image: ghcr.io/griefed/gitlab-ci-cd:2.2.1 image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME
...@@ -45,7 +45,7 @@ test docker: ...@@ -45,7 +45,7 @@ test docker:
release: release:
needs: ['test docker'] needs: ['test docker']
stage: release stage: release
image: ghcr.io/griefed/gitlab-ci-cd:2.2.1 image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME
...@@ -62,7 +62,7 @@ release: ...@@ -62,7 +62,7 @@ release:
build: build:
stage: build stage: build
image: ghcr.io/griefed/gitlab-ci-cd:2.2.1 image: ghcr.io/griefed/gitlab-ci-cd:2.2.3
variables: variables:
project_name: $CI_PROJECT_NAME project_name: $CI_PROJECT_NAME
SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME SEMANTIC_RELEASE_PACKAGE: $CI_PROJECT_NAME
......
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