Include arch type in docker image tag names
continuous-integration/drone/push Build is passing Details

main
Guus van Meerveld 1 year ago
parent 75658dcb86
commit 4facbd5e08
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -34,13 +34,13 @@ platform:
steps:
- name: Build Dockerfile and push to Dockerhub
image: thegeeklab/drone-docker-buildx:23
privileged: true
image: plugins/docker
settings:
debug: true
platforms: linux/amd64
repo: guusvanmeerveld/portfolio
tags: latest
tags:
- latest
- latest-amd64
username:
from_secret: docker_username
password:
@ -60,12 +60,10 @@ platform:
steps:
- name: Build Dockerfile and push to Dockerhub
image: thegeeklab/drone-docker-buildx:23
privileged: true
image: plugins/docker
settings:
repo: guusvanmeerveld/portfolio
tags: latest
platforms: linux/arm64
tags: latest-arm64
username:
from_secret: docker_username
password:

Loading…
Cancel
Save