Skip to content

Updates from CDOT-CV Fork #22

Updates from CDOT-CV Fork

Updates from CDOT-CV Fork #22

Workflow file for this run

name: Docker build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
jpo-jikkou:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v3
with:
context: jikkou
file: jikkou/Dockerfile.jikkou
cache-from: type=gha
cache-to: type=gha,mode=max
jpo-kafka-connect:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v3
with:
context: kafka-connect
cache-from: type=gha
cache-to: type=gha,mode=max