Merge branch 'fix-bump-stages' into 'dev'
fix(ci): use alpine/git:2.47.2 — 2.47.0 was never published See merge request gitlab-instance-b9b5cf2f/vncmail-plus!13
This commit is contained in:
+4
-2
@@ -96,7 +96,9 @@ build:
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
bump-dev:
|
bump-dev:
|
||||||
stage: bump-dev
|
stage: bump-dev
|
||||||
image: alpine/git:2.47.0
|
# alpine/git:2.47.0 was never published on Docker Hub — the 2.47.x line
|
||||||
|
# starts at 2.47.1. Using 2.47.2 (latest 2.47.x).
|
||||||
|
image: alpine/git:2.47.2
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "dev"'
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "dev"'
|
||||||
script:
|
script:
|
||||||
@@ -131,7 +133,7 @@ bump-dev:
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
bump-prod:
|
bump-prod:
|
||||||
stage: bump-prod
|
stage: bump-prod
|
||||||
image: alpine/git:2.47.0
|
image: alpine/git:2.47.2
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"'
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "main"'
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user