chore: fix ci

This commit is contained in:
2026-06-15 22:35:51 +02:00
parent 48e6cbcb4c
commit a6bc62b6e6
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: docker/backend/Dockerfile file: docker-prod/backend/Dockerfile
target: waf target: waf
push: true push: true
tags: xor1234/backend-mln:${{ github.ref == 'refs/heads/main' && 'waf' || 'waf-pre-prod' }} tags: xor1234/backend-mln:${{ github.ref == 'refs/heads/main' && 'waf' || 'waf-pre-prod' }}