Skip to content

build(deps): bump werkzeug from 3.0.1 to 3.0.3 in /srcs/api-gateway-app #1

build(deps): bump werkzeug from 3.0.1 to 3.0.3 in /srcs/api-gateway-app

build(deps): bump werkzeug from 3.0.1 to 3.0.3 in /srcs/api-gateway-app #1

name: 🐳 On Master - Build Content API Gateway Docker Image
on:
push:
branches:
- 'master'
paths:
- 'srcs/api-gateway-app/**'
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 }}