Skip to content

Commit

Permalink
feat(ga-image-build): move building api gateway in a separate ga
Browse files Browse the repository at this point in the history
  • Loading branch information
nprimo authored and Frenchris committed Mar 6, 2024
1 parent 4bd83bc commit 655e3dd
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: 🐳 On Master - Build and Test Docker Image
name: 🐳 On Master - Build Content API Gateway Docker Image

on:
push:
branches: ["master"]
branches:
- 'master'
paths:
- 'srcs/api-gateway-app/**'

jobs:
build-image:
Expand All @@ -28,7 +31,6 @@ jobs:
password: ${{ secrets.SECRET_DOCKER_01EDU_ORG }}

- name: 🏗️ Build the 🚀 API Gateway image
if: always()
run: |
docker build srcs/api-gateway-app/ --file srcs/api-gateway-app/Dockerfile --tag ghcr.io/01-edu/content-api-gateway-app
docker push ghcr.io/01-edu/content-api-gateway-app

0 comments on commit 655e3dd

Please sign in to comment.