Skip to content
Snippets Groups Projects
Commit 430f2b22 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes multilines.

parent 4d4bd010
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build the Docker image for branch ${GITHUB_REF_NAME} - name: Build the Docker image for branch ${GITHUB_REF_NAME}
run: > run: |
DOCKER_BUILDKIT=1 docker build . \ DOCKER_BUILDKIT=1 docker build . \
--build-arg GITHUBLOGIN \ --build-arg GITHUBLOGIN \
--build-arg GITHUBPASSWORD \ --build-arg GITHUBPASSWORD \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment