File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,23 @@ jobs:
13
13
build_svc_languagetool :
14
14
uses : ./.github/workflows/reusable-workflow.yaml
15
15
with :
16
- context : svc-languagetool
16
+ context : ./ svc-languagetool
17
17
image_name : svc-languagetool
18
18
19
19
build_svc_openrefine :
20
20
uses : ./.github/workflows/reusable-workflow.yaml
21
21
with :
22
- context : svc-openrefine
22
+ context : ./ svc-openrefine
23
23
image_name : svc-openrefine
24
24
25
25
build_box_qgis :
26
26
uses : ./.github/workflows/reusable-workflow.yaml
27
27
with :
28
- context : box-qgis
28
+ context : ./ box-qgis
29
29
image_name : box-qgis
30
30
31
31
build_box_zotero :
32
32
uses : ./.github/workflows/reusable-workflow.yaml
33
33
with :
34
- context : box-zotero
34
+ context : ./ box-zotero
35
35
image_name : box-zotero
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
26
26
with :
27
27
image : ${{ inputs.image_name }}
28
28
tags : latest ${{ github.sha }}
29
- context : ${{ inputs.context }}
29
+ # context: ${{ inputs.context }}
30
30
labels : |
31
31
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
32
32
containerfiles : |
33
- Containerfile
33
+ ${{ inputs.context }}/ Containerfile
34
34
- name : Push To Registry
35
35
id : push-image
36
36
uses : redhat-actions/push-to-registry@v2.8
You can’t perform that action at this time.
0 commit comments