Skip to content

Add Replicate as a provider #3

Add Replicate as a provider

Add Replicate as a provider #3

Workflow file for this run

name: Docker Build
on:
push:
branches: [ "main", "test" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
push: false
tags: ai-workflow-helper
cache-from: type=gha
cache-to: type=gha,mode=max