Set context of frontend docker build to frontend/.
This commit is contained in:
parent
785032812f
commit
afee5680e1
@ -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
|
Loading…
Reference in New Issue
Block a user