typo
This commit is contained in:
parent
e64e4c1142
commit
a365d16962
8
.github/workflows/v2.yml
vendored
8
.github/workflows/v2.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./dockerfile/DebianJavaFfmpeg
|
file: ./dockerfiles/DebianJavaFfmpeg
|
||||||
build-args:
|
build-args:
|
||||||
MODULE_NAME=processer
|
MODULE_NAME=processer
|
||||||
push: true
|
push: true
|
||||||
@ -159,7 +159,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./dockerfile/DebianJava
|
file: ./dockerfiles/DebianJava
|
||||||
build-args:
|
build-args:
|
||||||
MODULE_NAME=converter
|
MODULE_NAME=converter
|
||||||
push: true
|
push: true
|
||||||
@ -207,7 +207,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./dockerfile/DebianJavaFfmpeg
|
file: ./dockerfiles/DebianJavaFfmpeg
|
||||||
build-args:
|
build-args:
|
||||||
MODULE_NAME=coordinator
|
MODULE_NAME=coordinator
|
||||||
push: true
|
push: true
|
||||||
@ -251,7 +251,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5.1.0
|
uses: docker/build-push-action@v5.1.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./dockerfile/Python
|
file: ./dockerfiles/Python
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
bskjon/mediaprocessing-pymetadata:v2
|
bskjon/mediaprocessing-pymetadata:v2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user