chore: build

This commit is contained in:
Xor290
2026-09-08 17:53:21 +02:00
parent 82f9a2fae9
commit 75b80b8f59
4 changed files with 76 additions and 35 deletions
+3 -2
View File
@@ -5,11 +5,12 @@ on:
branches: [main, pre-prod]
paths:
- "frontend-prep/**"
- "docker-pre-prod/frontend/**"
pull_request:
branches: [main, pre-prod]
paths:
- "frontend-prep/**"
- "docker-pre-prod/frontend/**"
jobs:
build:
@@ -56,7 +57,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: docker-pre-prod/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: |