using path context
This commit is contained in:
parent
d35c7abd46
commit
28cb14cb28
@ -50,18 +50,20 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build CLI Container
|
- name: Build CLI Container
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: sarsoo/selector-cli:latest
|
tags: sarsoo/selector-cli:latest
|
||||||
file: Dockerfile.CLI
|
file: Dockerfile.CLI
|
||||||
|
context: .
|
||||||
|
|
||||||
- name: Build Web Container
|
- name: Build Web Container
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: sarsoo/selector-web:latest
|
tags: sarsoo/selector-web:latest
|
||||||
file: Dockerfile.Web
|
file: Dockerfile.Web
|
||||||
|
context: .
|
||||||
|
|
||||||
build-Js:
|
build-Js:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user