Skip to content

Commit

Permalink
Fix bash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed May 29, 2020
1 parent 1a3406e commit 6a3eedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
--build-arg DATE=${DATE} \
-t ${GITHUB_REPOSITORY}:${GITHUB_SHA} \
-t ${GITHUB_REPOSITORY}:${REF} \
-f Dockerfile.buildkit
-f Dockerfile.buildkit \
${OTHER_TAGS} .

0 comments on commit 6a3eedf

Please sign in to comment.