Refactor Drone CI configuration to streamline image pull secrets and remove redundancy
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -4,6 +4,8 @@ name: default
|
|||||||
|
|
||||||
node_selector:
|
node_selector:
|
||||||
physical-node: dev1
|
physical-node: dev1
|
||||||
|
image_pull_secrets:
|
||||||
|
- name: docker-com
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
@@ -30,8 +32,6 @@ steps:
|
|||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
image_pull_secrets:
|
|
||||||
- name: docker-com
|
|
||||||
|
|
||||||
- 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
|
||||||
@@ -47,5 +47,3 @@ steps:
|
|||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
image_pull_secrets:
|
|
||||||
- name: docker-com
|
|
Reference in New Issue
Block a user