Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

fix small issue in docker composes #37

fix small issue in docker composes

fix small issue in docker composes #37

Workflow file for this run

name: Build and Push Website Image
on:
push:
branches: [ main ]
paths:
- 'website/**'
- 'compose.yaml'
- 'compose.override.yaml'
- 'compose.prod.yaml'
- '.github/workflows/reuseable-build-and-push.yaml'
- '.github/workflows/website.yaml'
jobs:
build-and-push:
uses: ./.github/workflows/reuseable-build-and-push.yaml
permissions:
contents: read
packages: write
with:
image_name: website
context_path: ./website