Skip to content

Commit

Permalink
build: fix wrong configuration when publishing tagged image
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <yang.chiu@suse.com>
  • Loading branch information
yangchiu authored and bk201 committed Dec 1, 2022
1 parent bfab283 commit a4fdefa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ steps:
- name: docker-publish
image: plugins/docker
settings:
build_args:
- ARCH=amd64
dockerfile: package/Dockerfile
password:
from_secret: docker_password
Expand Down Expand Up @@ -99,6 +101,8 @@ steps:
- name: docker-publish
image: plugins/docker
settings:
build_args:
- ARCH=arm64
dockerfile: package/Dockerfile
password:
from_secret: docker_password
Expand Down Expand Up @@ -166,6 +170,8 @@ steps:
- name: docker-publish
image: rancher/drone-images:docker-s390x
settings:
build_args:
- ARCH=s390x
dockerfile: package/Dockerfile
password:
from_secret: docker_password
Expand Down

0 comments on commit a4fdefa

Please sign in to comment.