Temporarily disable amd64 docker build

main
Jack Jackson 5 months ago
parent 2e91dd4d78
commit 11b976e644
  1. 28
      .drone.yml

@ -57,20 +57,20 @@ steps:
from_secret: gitea_password
settings:
mtu: 1450
- name: push-amd64-image
image: plugins/docker
settings:
registry: gitea.scubbo.org
repo: gitea.scubbo.org/scubbo/blog_helm
tags: ${DRONE_COMMIT_SHA:0:10}
debug: true
launch_debug: true
username: scubbo
platform: linux/amd64
password:
from_secret: gitea_password
settings:
mtu: 1450
# - name: push-amd64-image
# image: plugins/docker
# settings:
# registry: gitea.scubbo.org
# repo: gitea.scubbo.org/scubbo/blog_helm
# tags: ${DRONE_COMMIT_SHA:0:10}
# debug: true
# launch_debug: true
# username: scubbo
# platform: linux/amd64
# password:
# from_secret: gitea_password
# settings:
# mtu: 1450
- name: auto-update-infra-repo
image: gitea.scubbo.org/scubbo/auto-repo-update-drone-plugin:latest
settings:

Loading…
Cancel
Save