mirror of
https://github.com/xiaoqidun/pfenv.git
synced 2024-11-23 06:26:44 +08:00
Compare commits
2 Commits
d059699121
...
f0938ae3ed
Author | SHA1 | Date | |
---|---|---|---|
f0938ae3ed | |||
9a321bb67f |
18
.drone.yml
18
.drone.yml
@ -1,10 +1,22 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: docker
|
name: default
|
||||||
|
node:
|
||||||
|
region: cn
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker-cn
|
||||||
|
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.5-fpm
|
FROM php:8.2.8-fpm
|
||||||
|
|
||||||
# 作者信息
|
# 作者信息
|
||||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user