mirror of
https://github.com/mgrove36/ical-filter-proxy.git
synced 2026-03-03 09:57:06 +00:00
20 lines
319 B
YAML
20 lines
319 B
YAML
---
|
|
include:
|
|
- project: gitlab/includes # private gitlab instance
|
|
file:
|
|
- docker.yml
|
|
- go.yml
|
|
- helm.yml
|
|
variables:
|
|
CI_DOCKER_BUILD: "true"
|
|
CI_DOCKER_DHUB_REPO: "yungwood/ical-filter-proxy"
|
|
|
|
go:build:
|
|
artifacts:
|
|
paths:
|
|
- ical-filter-proxy
|
|
|
|
docker:build:
|
|
needs:
|
|
- go:build
|