Skip to content

🐳 On Master - Build Content API Gateway Docker Image #2

🐳 On Master - Build Content API Gateway Docker Image

🐳 On Master - Build Content API Gateway Docker Image #2

name: 🐳 On Master - Build Content API Gateway Docker Image
on:
push:
branches:
- 'master'
paths:
- 'srcs/api-gateway-app/**'
workflow_dispatch:
jobs:
build-image:
name: 🏗️ Build Image
runs-on: ubuntu-latest
steps:
- name: 🐧 Checkout
uses: actions/checkout@v3
- name: 🏗️ Build the 🚀 API Gateway image
uses: ./.github/actions/build-image
with:
image-name: ghcr.io/01-edu/content-api-gateway-app:latest
src-dir: srcs/api-gateway-app/
gh-token: ${{ secrets.GITHUB_TOKEN }}