Skip to content

Commit 12ff11f

Browse files
committed
Force docker rebuild
1 parent c398ee8 commit 12ff11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cachelib-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Pull the image or rebuild and push it
47-
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh $FORCE_IMAGE_ACTION
47+
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh rebuild
4848

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

0 commit comments

Comments
 (0)