mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-13 10:39:33 +01:00
fix: update Docker build context and Dockerfile path in workflow
This commit is contained in:
4
.github/workflows/BuildAndPushCotnainer.yml
vendored
4
.github/workflows/BuildAndPushCotnainer.yml
vendored
@@ -40,8 +40,8 @@ jobs:
|
|||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./schafkopf-frontend
|
context: ./frontend
|
||||||
file: ./schafkopf-frontend/Dockerfile
|
file: ./frontend/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
# Always push the normal tags; if this is a master push,
|
# Always push the normal tags; if this is a master push,
|
||||||
# prepend "latest" to the list.
|
# prepend "latest" to the list.
|
||||||
|
|||||||
Reference in New Issue
Block a user