We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e842e21 commit 1c56826Copy full SHA for 1c56826
1 file changed
.github/actions/build-mokapi-image/action.yml
@@ -24,6 +24,7 @@ runs:
24
run: |
25
jq '.Configuration.items.Static.items["CLI Flags"] = "configuration/static/mokapi.md"' ./config.json > ./tmp.json
26
mv ./tmp.json ./config.json
27
+ working-directory: ./docs
28
shell: bash
29
- name: Build docker alpha image
30
run: docker build --build-arg VERSION=${{ inputs.version }} -t ${{ inputs.image-name }} -t mokapi/mokapi:alpha -f ./images/alpha.Dockerfile .
0 commit comments