Skip to content

New domains

New domains #70

Workflow file for this run

---
name: build and push nbserve
'on':
pull_request:
paths:
- images/nbserve/**
jobs:
build-and-push:
if: "!contains(github.event.head_commit.message, 'skip:build')"
name: build and push nbserve
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v3
with:
imagename: nbserve
secrets:
quay_user: ${{ secrets.QUAY_USER }}
quay_password: ${{ secrets.QUAY_PASSWORD }}