mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
chore: update build and publish workflows to use root context for Docker builds
This commit is contained in:
@@ -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
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user