File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ steps:
198
198
- tag
199
199
200
200
- name : aws-manifest
201
- image : plugins/ecr
201
+ image : registry.suse.com/bci/bci-base:latest
202
202
environment :
203
203
AWS_REGISTRY_ID :
204
204
from_secret : aws_registry_id
@@ -208,6 +208,7 @@ steps:
208
208
from_secret : ecr_secret_key
209
209
AWS_REGION : " us-east-1"
210
210
commands :
211
+ - " zypper in -y aws-cli docker"
211
212
- " aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin $AWS_REGISTRY_ID"
212
213
- " docker manifest create $AWS_REGISTRY_ID/suse/rancher/rancher-csp-adapter:${DRONE_TAG} $AWS_REGISTRY_ID/suse/rancher/rancher-csp-adapter:${DRONE_TAG}-arm64 $AWS_REGISTRY_ID/suse/rancher/rancher-csp-adapter:${DRONE_TAG}-amd64"
213
214
- " docker manifest push $AWS_REGISTRY_ID/suse/rancher/rancher-csp-adapter:${DRONE_TAG}"
You can’t perform that action at this time.
0 commit comments