Skip to content

Get CI/CD working again (VPS-11003) #3

Get CI/CD working again (VPS-11003)

Get CI/CD working again (VPS-11003) #3

Workflow file for this run

name: DCDR
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
jobs:
dcdr:
uses: ./.github/workflows/pipeline.yml
with:
APP_NAME: 'dcdr'
REGISTRY: 'docker.vsco.co'
IMAGE_NAME: 'dcdr'
secrets: inherit