chore: update ci

This commit is contained in:
2026-06-19 21:07:54 +02:00
parent 0687171cf3
commit 47ff590aa0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: docker-pre-prod/backend/Dockerfile
file: docker-prod/backend/Dockerfile
target: waf
push: true
tags: xor1234/backend-mln:${{ github.ref == 'refs/heads/main' && 'waf' || 'waf-pre-prod' }}
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: docker-pre-prod/frontend/Dockerfile
file: docker-prod/frontend/Dockerfile
push: true
tags: xor1234/frontend-mln:${{ (github.ref == 'refs/heads/main' || github.base_ref == 'main') && 'latest' || 'pre-prod' }}
build-args: |