feature ci
Some checks failed
CI/CD Pipeline for Spring Boot Dev / docker (push) Has been cancelled
CI/CD Pipeline for Spring Boot Dev / Deploy - Docker - serveur (push) Has been cancelled
CI/CD Pipeline for Spring Boot Dev / build-and-test (push) Has been cancelled

This commit is contained in:
David 2025-09-12 11:59:48 +02:00
parent 1e0b50bd86
commit b473c4cbe5
2 changed files with 7 additions and 7 deletions

View File

@ -76,9 +76,9 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: rg.fr-par.scw.cloud/weworkstudio/leblr-backend:preprod tags: rg.fr-par.scw.cloud/weworkstudio/xpeditis-backend:prod
build-args: | build-args: |
LEBLR_PROFILE=${{ secrets.LEBLR_PROFILE }} XPEDITIS_PROFILE=prod
- name: Cleanup buildx - name: Cleanup buildx
run: | run: |

View File

@ -1,12 +1,12 @@
name: CI/CD Pipeline for Spring Boot Prod name: CI/CD Pipeline for Spring Boot Dev
on: on:
push: push:
branches: branches:
- prod - dev
pull_request: pull_request:
branches: branches:
- prod - dev
jobs: jobs:
build-and-test: build-and-test:
@ -76,9 +76,9 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: rg.fr-par.scw.cloud/weworkstudio/leblr-backend:prod tags: rg.fr-par.scw.cloud/weworkstudio/xpeditis-backend:dev
build-args: | build-args: |
LEBLR_PROFILE=${{ secrets.LEBLR_PROFILE }} XPEDITIS_PROFILE=dev
- name: Cleanup buildx - name: Cleanup buildx
run: | run: |