Skip to content

Commit

Permalink
Renamed docker secrets for s390x on publish tag event
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Tovar <luis.tovar@suse.coM>
  • Loading branch information
Anarkis authored and innobead committed May 6, 2022
1 parent 41e36a6 commit 1b0cb83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ steps:
- ARCH=s390x
custom_dns: 1.1.1.1
dockerfile: package/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: longhornio/backing-image-manager
tag: "${DRONE_BRANCH}-head-s390x"
username:
from_secret: docker_username
volumes:
- name: socket
path: /var/run/docker.sock
Expand All @@ -252,12 +252,12 @@ steps:
- ARCH=s390x
custom_dns: 1.1.1.1
dockerfile: package/Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password_rancherlabs_dev
from_secret: docker_password
repo: rancherlabs/longhornonz-backing-image-manager
tag: "${DRONE_TAG}-s390x"
username:
from_secret: docker_username_rancherlabs_dev
volumes:
- name: socket
path: /var/run/docker.sock
Expand Down

0 comments on commit 1b0cb83

Please sign in to comment.