Change context of dockerfile to frontend
This commit is contained in:
parent
aa9b462c96
commit
2d4c44ee09
@ -44,6 +44,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
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