Remove redundant environment variable configuration in Drone CI
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -30,14 +30,6 @@ steps:
|
|||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
build_args_from_env:
|
|
||||||
- DOCKER_USERNAME
|
|
||||||
- DOCKER_PASSWORD
|
|
||||||
environment:
|
|
||||||
DOCKER_USERNAME:
|
|
||||||
from_secret: dockerhub-username
|
|
||||||
DOCKER_PASSWORD:
|
|
||||||
from_secret: dockerhub-password
|
|
||||||
|
|
||||||
- name: pull image to dockerhub
|
- name: pull image to dockerhub
|
||||||
image: docker.io/owncloudci/drone-docker-buildx:4
|
image: docker.io/owncloudci/drone-docker-buildx:4
|
||||||
@@ -53,11 +45,3 @@ steps:
|
|||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
build_args_from_env:
|
|
||||||
- DOCKER_USERNAME
|
|
||||||
- DOCKER_PASSWORD
|
|
||||||
environment:
|
|
||||||
DOCKER_USERNAME:
|
|
||||||
from_secret: dockerhub-username
|
|
||||||
DOCKER_PASSWORD:
|
|
||||||
from_secret: dockerhub-password
|
|
Reference in New Issue
Block a user