34
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 2m3s

This commit is contained in:
meng 2024-03-15 10:07:23 +08:00
parent b7d9a17121
commit 25fe1f48c7

View File

@ -2,7 +2,14 @@ name: Build Docker Image And Push
on: on:
push: push:
tags: [ 'v*.*.*' ] branches:
- main
pull_request:
branches:
- main
# on:
# push:
# tags: [ 'v*.*.*' ]
env: env:
PHP_EXTENSION_INSTALL_VERSION: 'latest' PHP_EXTENSION_INSTALL_VERSION: 'latest'