Skip to content

Commit 1a42960

Browse files
committed
Never pull image when running tests
We want to make sure we actually the test the image that was build and loaded in the previous step, and not some old images being pulled.
1 parent c1851fd commit 1a42960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
- name: Test PHP ${{ matrix.php }}
6060
run: |
6161
# Sleep a bit to ensure that PHP-FPM has time to start up.
62-
GOSS_SLEEP=15 dgoss run -e GOSS_VARS_INLINE='php_version: "${{ matrix.php }}"' ghcr.io/${{ github.repository }}:${{ matrix.php }}
62+
GOSS_SLEEP=15 dgoss run --pull=never -e GOSS_VARS_INLINE='php_version: "${{ matrix.php }}"' ghcr.io/${{ github.repository }}:${{ matrix.php }}

0 commit comments

Comments
 (0)