We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2c009 commit 8cc4c03Copy full SHA for 8cc4c03
.github/workflows/build-cachelib-docker.yml
@@ -44,7 +44,7 @@ jobs:
44
fetch-depth: 0
45
46
- name: Pull the image or rebuild and push it
47
- run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh $FORCE_IMAGE_ACTION
+ run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh rebuild
48
49
- name: Run the build
50
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./build.sh
0 commit comments