never pull test image

This commit is contained in:
Dmitry Belyaev 2023-03-01 15:53:52 +03:00
parent f8b9da006c
commit 00f78a3728
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Test image
run: docker compose -f docker-compose.test.yml up sut
run: docker compose -f docker-compose.test.yml up --pull never sut
- name: set base image for ssl-bump
run: sed -i "s%FROM b4tman/squid%FROM $TEST_TAG%" ssl-bump/Dockerfile