Skip to content

Commit 3ed1e09

Browse files
committed
fix deploy action
1 parent 94e8051 commit 3ed1e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
WORKER_VERSION=$(python -B .github/parse_container_version.py worker)
2626
WORKER_IMG="${{ vars.IMG_ROOT }}-worker:$WORKER_VERSION"
27-
docker build --no-cache -f ./gateway/Dockerfile-worker -t $WORKER_IMG .
27+
docker build --no-cache -f ./worker/Dockerfile-worker -t $WORKER_IMG .
2828
docker push $WORKER_IMG
2929
LATEST_IMG="${{ vars.IMG_ROOT }}-worker:latest"
3030
docker tag $WORKER_IMG $LATEST_IMG

0 commit comments

Comments
 (0)