Skip to content

Commit

Permalink
dockerfile locations
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Jan 28, 2025
1 parent a67f82d commit 210ed27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
{
"name": "delta-share",
"context": ".",
"dockerfile": "Dockerfile",
"dockerfile": "./backend/Dockerfile",
"platform": "linux/amd64"
}
]
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-rdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
{
"name": "delta-share",
"context": ".",
"dockerfile": "Dockerfile",
"dockerfile": "./backend/Dockerfile",
"platform": "linux/amd64"
}
]
]

0 comments on commit 210ed27

Please # to comment.