mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-11 09:59: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
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./schafkopf-frontend
|
||||
file: ./schafkopf-frontend/Dockerfile
|
||||
context: ./frontend
|
||||
file: ./frontend/Dockerfile
|
||||
push: true
|
||||
# Always push the normal tags; if this is a master push,
|
||||
# prepend "latest" to the list.
|
||||
|
||||
Reference in New Issue
Block a user