Skip to content

Build and Push Blog Docker Image #2

Build and Push Blog Docker Image

Build and Push Blog Docker Image #2

name: Build and Push Blog Docker Image
on:
push:
branches:
- 'main'
paths:
- 'apps/blog/**'
- 'packages/**'
- 'pnpm-lock.yaml'
- 'Dockerfile'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/docker-build.yml
with:
docker-build-target: blog