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

cleans variables.

parent 9151e2c8
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,11 @@ jobs: ...@@ -17,11 +17,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build the Docker image for branch ${GITHUB_REF##*/} - name: Build the Docker image for branch ${GITHUB_REF_NAME}
run: DOCKER_BUILDKIT=1 docker build . \ run: DOCKER_BUILDKIT=1 docker build . \
--build-arg GITHUBLOGIN \ --build-arg GITHUBLOGIN \
--build-arg GITHUBPASSWORD \ --build-arg GITHUBPASSWORD \
--build-arg SONAR_URL \ --build-arg SONAR_URL \
--build-arg SONAR_TOKEN \ --build-arg SONAR_TOKEN \
--file ./docker/Dockerfile \ --file ./docker/Dockerfile \
--tag brunoe/samplejee91:${GITHUB_REF##*/} --tag brunoe/samplejee91:${GITHUB_REF_NAME}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment