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

做一下比较

parent eba379bd
......@@ -23,18 +23,18 @@ jobs:
context: ./php-fpm
dockerfile: Dockerfile.php.73
push_image_and_stages: true # eg: push only if docker run succeed
# build-php-fpm-74:
# runs-on: ubuntu-latest
# steps:
# - name: 检出代码
# uses: actions/checkout@v2
# - name: 构建 PHP-FPM-74 镜像
# uses: docker/build-push-action@v1
# with:
# username: ${{ secrets.TKE_USERNAME }}
# password: ${{ secrets.TKE_PASSWORD }}
# path: ./php-fpm
# dockerfile: ./php-fpm/Dockerfile.php.73
# registry: ccr.ccs.tencentyun.com
# repository: gzzchh/stacks
# tags: php-fpm-74
build-php-fpm-74:
runs-on: ubuntu-latest
steps:
- name: 检出代码
uses: actions/checkout@v2
- name: 构建 PHP-FPM-74 镜像
uses: docker/build-push-action@v1
with:
username: ${{ secrets.TKE_USERNAME }}
password: ${{ secrets.TKE_PASSWORD }}
path: ./php-fpm
dockerfile: ./php-fpm/Dockerfile.php.73
registry: ccr.ccs.tencentyun.com
repository: gzzchh/stacks
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