chore: update ci

This commit is contained in:
2026-06-20 15:32:09 +02:00
parent 0067ec2234
commit 95784de527
+2 -2
View File
@@ -68,7 +68,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: docker/backend/Dockerfile
file: docker-prod/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/backend/Dockerfile
file: docker-prod/backend/Dockerfile
target: waf
push: true
tags: xor1234/backend-mln:${{ github.ref == 'refs/heads/main' && 'waf' || 'waf-pre-prod' }}