Skip to content

Commit

Permalink
common: re-build dockers in nigthly workflow
Browse files Browse the repository at this point in the history
to ensure proper build of these uncommon images.
As of right now, they are not built, hence not working properly.
  • Loading branch information
lukaszstolarczuk committed Mar 30, 2023
1 parent de04706 commit be266c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fetch-depth: 50

- name: Pull or rebuild the image
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh rebuild

- name: Run the build
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./build-CI.sh

0 comments on commit be266c2

Please sign in to comment.