This commit is contained in:
parent
0dc61f902f
commit
1e5bf6b002
80
.drone.yml
80
.drone.yml
@ -65,47 +65,47 @@ steps:
|
|||||||
- master
|
- master
|
||||||
depends_on: [ clone ]
|
depends_on: [ clone ]
|
||||||
|
|
||||||
- name: php7.3
|
# - name: php7.3
|
||||||
image: thegeeklab/drone-docker-buildx
|
# image: thegeeklab/drone-docker-buildx
|
||||||
settings:
|
# settings:
|
||||||
username:
|
# username:
|
||||||
from_secret: hub_username
|
# from_secret: hub_username
|
||||||
password:
|
# password:
|
||||||
from_secret: hub_password
|
# from_secret: hub_password
|
||||||
repo:
|
# repo:
|
||||||
from_secret: hub_repo
|
# from_secret: hub_repo
|
||||||
platforms:
|
# platforms:
|
||||||
- linux/amd64
|
# - linux/amd64
|
||||||
- linux/arm64
|
# - linux/arm64
|
||||||
- linux/arm/v7
|
# - linux/arm/v7
|
||||||
build_args:
|
# build_args:
|
||||||
- PHP_VERSION=7.3-fpm-alpine3.13
|
# - PHP_VERSION=7.3-fpm-alpine3.13
|
||||||
tags: 7.3-alpine
|
# tags: 7.3-alpine
|
||||||
when:
|
# when:
|
||||||
branch:
|
# branch:
|
||||||
- master
|
# - master
|
||||||
depends_on: [ clone ]
|
# depends_on: [ clone ]
|
||||||
|
|
||||||
- name: php7.2
|
# - name: php7.2
|
||||||
image: thegeeklab/drone-docker-buildx
|
# image: thegeeklab/drone-docker-buildx
|
||||||
settings:
|
# settings:
|
||||||
username:
|
# username:
|
||||||
from_secret: hub_username
|
# from_secret: hub_username
|
||||||
password:
|
# password:
|
||||||
from_secret: hub_password
|
# from_secret: hub_password
|
||||||
repo:
|
# repo:
|
||||||
from_secret: hub_repo
|
# from_secret: hub_repo
|
||||||
platforms:
|
# platforms:
|
||||||
- linux/amd64
|
# - linux/amd64
|
||||||
- linux/arm64
|
# - linux/arm64
|
||||||
- linux/arm/v7
|
# - linux/arm/v7
|
||||||
build_args:
|
# build_args:
|
||||||
- PHP_VERSION=7.2-fpm-alpine3.12
|
# - PHP_VERSION=7.2-fpm-alpine3.12
|
||||||
tags: 7.2-alpine
|
# tags: 7.2-alpine
|
||||||
when:
|
# when:
|
||||||
branch:
|
# branch:
|
||||||
- master
|
# - master
|
||||||
depends_on: [ clone ]
|
# depends_on: [ clone ]
|
||||||
|
|
||||||
|
|
||||||
node:
|
node:
|
||||||
|
Loading…
Reference in New Issue
Block a user