File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 pull : false # because of the previous "load: true"
112112 push : true
113113 context : ci/docker-emacs-learn-ocaml-client
114- build_args : " base=ocamlsf/learn-ocaml-client,version=master"
114+ build-args : " base=ocamlsf/learn-ocaml-client,version=master"
115115 tags : " ocamlsf/emacs-learn-ocaml-client:master"
116116 labels : |
117117 org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243243 pull : false # because of the previous "load: true"
244244 push : true
245245 context : ci/docker-emacs-learn-ocaml-client
246- build_args : " base=ocamlsf/learn-ocaml-client,version=${{ steps.tag.outputs.tag }}"
246+ build-args : " base=ocamlsf/learn-ocaml-client,version=${{ steps.tag.outputs.tag }}"
247247 tags : |
248248 ocamlsf/emacs-learn-ocaml-client:latest
249249 ocamlsf/emacs-learn-ocaml-client:${{ steps.tag.outputs.tag }}
You can’t perform that action at this time.
0 commit comments