测试
Some checks failed
Build Docker Image And Push / Build PHP ${{ matrix.php-version }} (ubuntu-latest, 8.0) (push) Failing after 2m18s
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:
parent
2e4fc781ce
commit
7fa62852c4
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user