Remove unnecessary manifest
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
f38586dcb0
commit
2e0458ced5
33
.drone.yml
33
.drone.yml
|
@ -1,9 +1,6 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: amd64
|
name: amd64
|
||||||
|
type: docker
|
||||||
platform:
|
|
||||||
os: linux
|
|
||||||
arch: amd64
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
@ -35,31 +32,3 @@ steps:
|
||||||
volumes:
|
volumes:
|
||||||
- name: build
|
- name: build
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
name: manifest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: manifest
|
|
||||||
image: registry.meow.tf/docker/tools/manifest-tool:amd64-latest
|
|
||||||
environment:
|
|
||||||
DOCKER_USERNAME:
|
|
||||||
from_secret: docker_username
|
|
||||||
DOCKER_PASSWORD:
|
|
||||||
from_secret: docker_password
|
|
||||||
DOCKER_REGISTRY:
|
|
||||||
from_secret: docker_registry
|
|
||||||
commands:
|
|
||||||
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD $DOCKER_REGISTRY
|
|
||||||
- /usr/bin/manifest-tool push from-spec manifest.yml
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- amd64
|
|
||||||
|
|
||||||
image_pull_secrets:
|
|
||||||
- dockerconfigjson
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
branch:
|
|
||||||
- master
|
|
Loading…
Reference in New Issue