You've already forked Traefik-Redis-Api
Compare commits
3 Commits
v1.1.0
...
303a10feba
| Author | SHA1 | Date | |
|---|---|---|---|
|
303a10feba
|
|||
|
d8dff9e833
|
|||
|
88eb6d4d05
|
@@ -2,4 +2,5 @@ include:
|
|||||||
- local: .gitlab/ci/stages.yml
|
- local: .gitlab/ci/stages.yml
|
||||||
- local: .gitlab/ci/tests.yml
|
- local: .gitlab/ci/tests.yml
|
||||||
- local: .gitlab/ci/libraries.yml
|
- local: .gitlab/ci/libraries.yml
|
||||||
|
- local: .gitlab/ci/build.yml
|
||||||
|
|
||||||
|
|||||||
12
.gitlab/ci/build.yml
Normal file
12
.gitlab/ci/build.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
include:
|
||||||
|
- component: $CI_SERVER_FQDN/shared/blueprints/docker-build@v1.2.0
|
||||||
|
rules:
|
||||||
|
- if: '$CI_COMMIT_TAG'
|
||||||
|
inputs:
|
||||||
|
registry: scr.siteworxpro.com
|
||||||
|
registryUser: $CI_REGISTRY_USER
|
||||||
|
registryPassword: $CI_REGISTRY_PASSWORD
|
||||||
|
platform: "linux/amd64,linux/arm64"
|
||||||
|
stage: build
|
||||||
|
repo: scr.siteworxpro.com/traefik-api
|
||||||
|
tag: "${CI_COMMIT_TAG}"
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
stages:
|
stages:
|
||||||
- libraries
|
- libraries
|
||||||
- tests
|
- tests
|
||||||
|
- build
|
||||||
Reference in New Issue
Block a user