Skip to content

Commit

Permalink
fixing CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
napetrov committed Sep 14, 2023
1 parent 4765f76 commit 8a395f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-validation-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Build docker image
run: docker build . --file dev/docker/onedal-dev.Dockerfile -build-arg config=build_make --tag onedal-dev:$(date +%s)
run: docker build . --file dev/docker/onedal-dev.Dockerfile --build-arg config=build_make --tag onedal-dev:$(date +%s)

0 comments on commit 8a395f8

Please sign in to comment.