forked from cenk1cenk2/docker-softether-vpnsrv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
45 lines (38 loc) · 995 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
stages:
- install
- build
- track
- docker
- post
variables:
GO_LINT_COMMAND: make lint
DOCKER_IMAGE_NAME: cenk1cenk2/softether-vpnsrv
DOCKER_USE_BUILDX: "true"
DOCKER_BUILDX_PLATFORMS: linux/amd64,linux/arm64
GH_REPOSITORY: SoftEtherVPN/SoftEtherVPN
README_DESCRIPTION: |
SoftEther VPN server in a container with pre-configured setup for networking.
include:
- project: devops/pipes
file: /templates/go.gitlab-ci.yml
- project: devops/pipes
file: /templates/gh-release-tracker.gitlab-ci.yml
- project: devops/pipes
file: /templates/docker-build-dockerhub.gitlab-ci.yml
- project: devops/pipes
file: /templates/update-docker-hub-readme.gitlab-ci.yml
gh-release-tracker:
variables:
TAGS_FILE: .tags
build-docker-image:
parallel:
matrix:
#- DOCKERFILE_NAME: Dockerfile-stable
# TAGS_FILE: '.tags'
- DOCKERFILE_NAME: Dockerfile
IMAGE_TAGS: latest
only:
refs:
- schedules
- master