We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e8051 commit 3ed1e09Copy full SHA for 3ed1e09
.github/workflows/deploy-worker.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
WORKER_VERSION=$(python -B .github/parse_container_version.py worker)
26
WORKER_IMG="${{ vars.IMG_ROOT }}-worker:$WORKER_VERSION"
27
- docker build --no-cache -f ./gateway/Dockerfile-worker -t $WORKER_IMG .
+ docker build --no-cache -f ./worker/Dockerfile-worker -t $WORKER_IMG .
28
docker push $WORKER_IMG
29
LATEST_IMG="${{ vars.IMG_ROOT }}-worker:latest"
30
docker tag $WORKER_IMG $LATEST_IMG
0 commit comments