File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,9 @@ jobs:
111
111
pull : false # because of the previous "load: true"
112
112
push : true
113
113
context : ci/docker-emacs-learn-ocaml-client
114
- build-args : " base=ocamlsf/learn-ocaml-client,version=master"
114
+ build-args : |
115
+ base=ocamlsf/learn-ocaml-client
116
+ version=master
115
117
tags : " ocamlsf/emacs-learn-ocaml-client:master"
116
118
labels : |
117
119
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Original file line number Diff line number Diff line change @@ -243,7 +243,9 @@ jobs:
243
243
pull : false # because of the previous "load: true"
244
244
push : true
245
245
context : ci/docker-emacs-learn-ocaml-client
246
- build-args : " base=ocamlsf/learn-ocaml-client,version=${{ steps.tag.outputs.tag }}"
246
+ build-args : |
247
+ base=ocamlsf/learn-ocaml-client
248
+ version=${{ steps.tag.outputs.tag }}
247
249
tags : |
248
250
ocamlsf/emacs-learn-ocaml-client:latest
249
251
ocamlsf/emacs-learn-ocaml-client:${{ steps.tag.outputs.tag }}
You can’t perform that action at this time.
0 commit comments