Skip to content

proof of concept for helm packaging & deployment #787

proof of concept for helm packaging & deployment

proof of concept for helm packaging & deployment #787

Workflow file for this run

name: Docker Compose Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build with Docker Compose
run: docker compose build