chore: fix

This commit is contained in:
2026-06-15 22:12:06 +02:00
parent 12ae7282a6
commit 440792a066
+3 -3
View File
@@ -5,12 +5,12 @@ on:
branches: [main, pre-prod]
paths:
- "frontend-prep/**"
- "docker/frontend/**"
- "docker-pre-prod/frontend/**"
pull_request:
branches: [main, pre-prod]
paths:
- "frontend-prep/**"
- "docker/frontend/**"
- "docker-pre-prod/frontend/**"
jobs:
lint-typecheck:
@@ -88,7 +88,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: docker/frontend/Dockerfile
file: docker-pre-prod/frontend/Dockerfile
push: true
tags: xor1234/frontend-mln:${{ (github.ref == 'refs/heads/main' || github.base_ref == 'main') && 'latest' || 'pre-prod' }}
build-args: |