cloud-redis-container/pipeline/automated-build.yml

22 lines
414 B
YAML

---
resources:
- name: crc
type: git
source:
uri: https://repo.anhonesthost.net/cloud-hosting-platform/cloud-redis-container.git
branch: trunk
- name: build-crc-latest
type: docker-image
source:
repository: registry.dnspegasus.net/crc
tag: latest
jobs:
- name: publish-crc-latest
plan:
- get: crc
trigger: true
- put: build-crc-latest
params:
build: crc