Skip to content

Commit a31ff2b

Browse files
committed
ci(docker): Fix GHA input name: s/build_args/build-args/
1 parent 69006f8 commit a31ff2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)