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
|
||||
with:
|
||||
context: .
|
||||
file: ./dockerfile/DebianJavaFfmpeg
|
||||
file: ./dockerfiles/DebianJavaFfmpeg
|
||||
build-args:
|
||||
MODULE_NAME=processer
|
||||
push: true
|
||||
@ -159,7 +159,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./dockerfile/DebianJava
|
||||
file: ./dockerfiles/DebianJava
|
||||
build-args:
|
||||
MODULE_NAME=converter
|
||||
push: true
|
||||
@ -207,7 +207,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./dockerfile/DebianJavaFfmpeg
|
||||
file: ./dockerfiles/DebianJavaFfmpeg
|
||||
build-args:
|
||||
MODULE_NAME=coordinator
|
||||
push: true
|
||||
@ -251,7 +251,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5.1.0
|
||||
with:
|
||||
context: .
|
||||
file: ./dockerfile/Python
|
||||
file: ./dockerfiles/Python
|
||||
push: true
|
||||
tags: |
|
||||
bskjon/mediaprocessing-pymetadata:v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user