Skip to content

Commit 1e96184

Browse files
committed
Update sandbox-image-build-on-server.yml
1 parent cc0e190 commit 1e96184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sandbox-image-build-on-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
dateTag="$(date +%Y%m%d.%H%M%S)"
5454
echo "Building ${IMAGE_NAME}:${dateTag} and ${IMAGE_NAME}:latest ..."
55-
docker build -f Dockerfile -t "${IMAGE_NAME}:${dateTag}" -t "${IMAGE_NAME}:latest" .
55+
docker build -f deploy_sandbox/Dockerfile -t "${IMAGE_NAME}:${dateTag}" -t "${IMAGE_NAME}:latest" .
5656
5757
echo "Prune dangling images…"
5858
docker image prune -f || true

0 commit comments

Comments
 (0)