mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
chore: rename default branch
This commit is contained in:
+4
-4
@@ -10,9 +10,9 @@ variables:
|
||||
CACHE_TAG: $CI_REGISTRY_IMAGE:cache
|
||||
IMAGE_TAG_LATEST: $CI_REGISTRY_IMAGE:latest
|
||||
|
||||
.only-master-and-release:
|
||||
.only-main-and-release:
|
||||
only:
|
||||
- master
|
||||
- main
|
||||
- release
|
||||
except:
|
||||
- tags
|
||||
@@ -70,7 +70,7 @@ test:
|
||||
build:
|
||||
extends:
|
||||
- .init-docker-buildx
|
||||
- .only-master-and-release
|
||||
- .only-main-and-release
|
||||
stage: build
|
||||
image: docker:stable-dind
|
||||
script:
|
||||
@@ -89,7 +89,7 @@ build-latest:
|
||||
|
||||
semantic-release:
|
||||
extends:
|
||||
- .only-master-and-release
|
||||
- .only-main-and-release
|
||||
stage: release
|
||||
image: enix/semantic-release:gitlab
|
||||
when: manual
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
],
|
||||
"branches": [
|
||||
{
|
||||
"name": "master",
|
||||
"name": "main",
|
||||
"prerelease": "beta"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user