chore: build

This commit is contained in:
2026-06-20 15:26:41 +02:00
parent acda6f72fb
commit c5f3a293f9
+2 -2
View File
@@ -68,7 +68,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: docker-pre-prod/backend/Dockerfile
file: docker/backend/Dockerfile
target: runtime
push: true
tags: xor1234/backend-mln:${{ github.ref == 'refs/heads/main' && 'latest' || 'pre-prod' }}
@@ -78,7 +78,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: docker-prod/backend/Dockerfile
file: docker/backend/Dockerfile
target: waf
push: true
tags: xor1234/backend-mln:${{ github.ref == 'refs/heads/main' && 'waf' || 'waf-pre-prod' }}