Skip to content

Commit 17f53af

Browse files
committed
Add --no-cache option to build test Docker image
1 parent b5211de commit 17f53af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
docker run --rm -v $(pwd)/test-nginx.conf:/tmp/nginx.conf nginx:1.26-alpine nginx -t -c /tmp/nginx.conf
3131
3232
- name: Build test Docker image
33-
run: docker build . --file Dockerfile --tag test-image
33+
run: docker build --no-cache . --file Dockerfile --tag test-image
3434

3535
- name: Test Docker image
3636
run: |

0 commit comments

Comments
 (0)