chore: fix

This commit is contained in:
2026-06-14 18:18:37 +02:00
parent 6d4e0862ff
commit c471a2a734
13 changed files with 994 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: docker/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: |