Skip to content

Fixed next/kelvin workflow to not upload to docker (#529) #166

Fixed next/kelvin workflow to not upload to docker (#529)

Fixed next/kelvin workflow to not upload to docker (#529) #166

Workflow file for this run

name: Push to develop
on:
push:
branches:
- develop
paths:
- '*.bazel'
- '.bazelrc'
- '.github/workflows/**.yml'
- 'PACE'
- 'VERSION'
- 'bazel/**'
- 'pkg/**'
jobs:
urbit:
uses: ./.github/workflows/shared.yml
with:
pace: 'edge'
upload: true
secrets: inherit
docker:
uses: ./.github/workflows/docker-shared.yml
with:
pace: 'edge'
secrets: inherit