Commit 2711859d authored by Li Mi's avatar Li Mi

做一下比较

parent eba379bd
...@@ -23,18 +23,18 @@ jobs: ...@@ -23,18 +23,18 @@ jobs:
context: ./php-fpm context: ./php-fpm
dockerfile: Dockerfile.php.73 dockerfile: Dockerfile.php.73
push_image_and_stages: true # eg: push only if docker run succeed push_image_and_stages: true # eg: push only if docker run succeed
# build-php-fpm-74: build-php-fpm-74:
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# steps: steps:
# - name: 检出代码 - name: 检出代码
# uses: actions/checkout@v2 uses: actions/checkout@v2
# - name: 构建 PHP-FPM-74 镜像 - name: 构建 PHP-FPM-74 镜像
# uses: docker/build-push-action@v1 uses: docker/build-push-action@v1
# with: with:
# username: ${{ secrets.TKE_USERNAME }} username: ${{ secrets.TKE_USERNAME }}
# password: ${{ secrets.TKE_PASSWORD }} password: ${{ secrets.TKE_PASSWORD }}
# path: ./php-fpm path: ./php-fpm
# dockerfile: ./php-fpm/Dockerfile.php.73 dockerfile: ./php-fpm/Dockerfile.php.73
# registry: ccr.ccs.tencentyun.com registry: ccr.ccs.tencentyun.com
# repository: gzzchh/stacks repository: gzzchh/stacks
# tags: php-fpm-74 tags: php-fpm-74
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment