Update v2.yml
This commit is contained in:
parent
5f3982f4dd
commit
e64e4c1142
13
.github/workflows/v2.yml
vendored
13
.github/workflows/v2.yml
vendored
@ -110,8 +110,8 @@ jobs:
|
|||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./dockerfile
|
context: .
|
||||||
file: DebianJavaFfmpeg
|
file: ./dockerfile/DebianJavaFfmpeg
|
||||||
build-args:
|
build-args:
|
||||||
MODULE_NAME=processer
|
MODULE_NAME=processer
|
||||||
push: true
|
push: true
|
||||||
@ -158,8 +158,8 @@ jobs:
|
|||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./dockerfile
|
context: .
|
||||||
file: DebianJava
|
file: ./dockerfile/DebianJava
|
||||||
build-args:
|
build-args:
|
||||||
MODULE_NAME=converter
|
MODULE_NAME=converter
|
||||||
push: true
|
push: true
|
||||||
@ -206,8 +206,8 @@ jobs:
|
|||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ./dockerfile
|
context: .
|
||||||
file: DebianJavaFfmpeg
|
file: ./dockerfile/DebianJavaFfmpeg
|
||||||
build-args:
|
build-args:
|
||||||
MODULE_NAME=coordinator
|
MODULE_NAME=coordinator
|
||||||
push: true
|
push: true
|
||||||
@ -257,4 +257,3 @@ jobs:
|
|||||||
bskjon/mediaprocessing-pymetadata:v2
|
bskjon/mediaprocessing-pymetadata:v2
|
||||||
bskjon/mediaprocessing-pymetadata:v2-${{ github.sha }}
|
bskjon/mediaprocessing-pymetadata:v2-${{ github.sha }}
|
||||||
bskjon/mediaprocessing-pymetadata:v2-${{ steps.docker-tag.outputs.tag }}
|
bskjon/mediaprocessing-pymetadata:v2-${{ steps.docker-tag.outputs.tag }}
|
||||||
- name: Build and push Docker images
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user