We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1851fd commit 1a42960Copy full SHA for 1a42960
.github/workflows/push.yml
@@ -59,4 +59,4 @@ jobs:
59
- name: Test PHP ${{ matrix.php }}
60
run: |
61
# 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 }}
+ GOSS_SLEEP=15 dgoss run --pull=never -e GOSS_VARS_INLINE='php_version: "${{ matrix.php }}"' ghcr.io/${{ github.repository }}:${{ matrix.php }}
0 commit comments