Change context of dockerfile to frontend
All checks were successful
Java CI with Maven / test (push) Successful in 37s
Java CI with Maven / build-and-push-frontend (push) Successful in 15s

This commit is contained in:
Sebastian Böckelmann 2023-11-13 22:40:24 +01:00
parent aa9b462c96
commit 2d4c44ee09

View File

@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
context: frontend
file: frontend/Dockerfile
push: true
tags: git.fawkes100.de/TimeManager/timemanager-frontend:latest