Skip to content

Get CI/CD working again by switching to standard VSCO workflow (VPS-1… #6

Get CI/CD working again by switching to standard VSCO workflow (VPS-1…

Get CI/CD working again by switching to standard VSCO workflow (VPS-1… #6

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