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

This commit is contained in:
meng 2024-03-14 16:59:25 +08:00
parent 2e4fc781ce
commit 7fa62852c4

View File

@ -18,11 +18,6 @@ jobs:
volumes: volumes:
# 缓存docker构建步骤 # 缓存docker构建步骤
- ubuntu_dockercache:/opt/dockercache - ubuntu_dockercache:/opt/dockercache
env:
RUNNER_TOOL_CACHE: /toolcache
# 此处可修改为你任意 docker 镜像仓库地址和用户名
DOCKER_REGISTRY: git.des8.com
DOCKER_USERNAME: ${{ secrets.HUB_USERNAME }}
env: env:
PHP_CLI_VERSION: ${{ matrix.php-version }}-cli-alpine PHP_CLI_VERSION: ${{ matrix.php-version }}-cli-alpine
strategy: strategy: