chore: fix

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