Skip to content

Commit

Permalink
ci(docker): Fix GHA input name: s/build_args/build-args/
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed May 1, 2023
1 parent 69006f8 commit a31ff2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
pull: false # because of the previous "load: true"
push: true
context: ci/docker-emacs-learn-ocaml-client
build_args: "base=ocamlsf/learn-ocaml-client,version=master"
build-args: "base=ocamlsf/learn-ocaml-client,version=master"
tags: "ocamlsf/emacs-learn-ocaml-client:master"
labels: |
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
pull: false # because of the previous "load: true"
push: true
context: ci/docker-emacs-learn-ocaml-client
build_args: "base=ocamlsf/learn-ocaml-client,version=${{ steps.tag.outputs.tag }}"
build-args: "base=ocamlsf/learn-ocaml-client,version=${{ steps.tag.outputs.tag }}"
tags: |
ocamlsf/emacs-learn-ocaml-client:latest
ocamlsf/emacs-learn-ocaml-client:${{ steps.tag.outputs.tag }}
Expand Down

0 comments on commit a31ff2b

Please sign in to comment.