chore: update build and publish workflows to use root context for Docker builds

This commit is contained in:
keven1024
2026-03-02 00:10:47 +08:00
parent 7772a935d7
commit 78cfc3943c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: build-worker
uses: docker/build-push-action@v5
with:
context: ./worker/
context: .
file: ./worker/Dockerfile
push: false
tags: 015-worker:test

View File

@@ -40,7 +40,7 @@ jobs:
- name: build-worker
uses: docker/build-push-action@v5
with:
context: ./worker/
context: .
file: ./worker/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}