Disable ArchLinux image build
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
Amab 2024-07-13 14:07:35 +02:00
parent f22a1f9f70
commit 688119bd1b

View File

@ -43,19 +43,20 @@ steps:
# depends_on:
# - clone
- name: docker-ArchLinux
image: plugins/docker:linux-amd64
settings:
registry: git.cuernodehipnos.es
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
tags: latest-ArchLinux
dockerfile: docker/Dockerfile.ArchLinux
depends_on:
- clone
# This step is disabled because the GraalVM JDK Downloader is no longer maintained
# - name: docker-ArchLinux
# image: plugins/docker:linux-amd64
# settings:
# registry: git.cuernodehipnos.es
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
# tags: latest-ArchLinux
# dockerfile: docker/Dockerfile.ArchLinux
# depends_on:
# - clone
---
kind: pipeline
type: docker