Compare commits

..

No commits in common. "f0938ae3ed65548bac5e25ca7419b9929ff5964d" and "d0596991211554122a7c3ff90eeb004cd4f6dd24" have entirely different histories.

2 changed files with 4 additions and 16 deletions

@ -1,22 +1,10 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: docker
node:
region: cn
steps: steps:
- name: docker-cn - name: docker
pull: if-not-exists
image: plugins/docker
settings:
repo: ccr.ccs.tencentyun.com/xiaoqidun/pfenv
registry: ccr.ccs.tencentyun.com
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: Dockerfile
- name: docker-hk
pull: if-not-exists pull: if-not-exists
image: plugins/docker image: plugins/docker
settings: settings:

@ -1,5 +1,5 @@
# 基础镜像 # 基础镜像
FROM php:8.2.8-fpm FROM php:8.2.5-fpm
# 作者信息 # 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com" LABEL MAINTAINER="xiaoqidun@gmail.com"