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

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

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

Loading…
Cancel
Save