Skip to content

Commit f19d12b

Browse files
macedogmbrandond
authored andcommitted
plugins/docker:latest is no longer published for ARM 32-bit
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
1 parent afdc664 commit f19d12b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ steps:
105105
path: /var/run/docker.sock
106106

107107
- name: docker-publish
108-
image: plugins/docker
108+
# latest tag is no longer available for ARM 32-bit
109+
image: plugins/docker:linux-arm
109110
settings:
110111
dockerfile: package/Dockerfile
111112
password:

0 commit comments

Comments
 (0)