fixup! test-helm-staging

This commit is contained in:
Anthony LC
2024-10-15 11:18:43 +02:00
parent 1bef0c67b7
commit 204410d277
+3 -1
View File
@@ -113,7 +113,9 @@ jobs:
context: .
file: ./src/frontend/Dockerfile
target: frontend-production
build-args: DOCKER_USER=${{ env.DOCKER_USER }}:-1000
build-args: |
DOCKER_USER=${{ env.DOCKER_USER }}:-1000
FRONTEND_THEME=open-desk
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}