Set context of frontend docker build to frontend/.
Some checks failed
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Failing after 2m0s

This commit is contained in:
Sebastian Böckelmann 2023-11-14 07:52:41 +01:00
parent 785032812f
commit afee5680e1

View File

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