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
|
- name: build-worker
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./worker/
|
context: .
|
||||||
file: ./worker/Dockerfile
|
file: ./worker/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
tags: 015-worker:test
|
tags: 015-worker:test
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: build-worker
|
- name: build-worker
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./worker/
|
context: .
|
||||||
file: ./worker/Dockerfile
|
file: ./worker/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user