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: # depends_on:
# - clone # - clone
- name: docker-ArchLinux # This step is disabled because the GraalVM JDK Downloader is no longer maintained
image: plugins/docker:linux-amd64 # - name: docker-ArchLinux
settings: # image: plugins/docker:linux-amd64
registry: git.cuernodehipnos.es # settings:
username: # registry: git.cuernodehipnos.es
from_secret: docker_username # username:
password: # from_secret: docker_username
from_secret: docker_password # password:
repo: git.cuernodehipnos.es/marown/yacy_search_server_docker # from_secret: docker_password
tags: latest-ArchLinux # repo: git.cuernodehipnos.es/marown/yacy_search_server_docker
dockerfile: docker/Dockerfile.ArchLinux # tags: latest-ArchLinux
depends_on: # dockerfile: docker/Dockerfile.ArchLinux
- clone # depends_on:
# - clone
--- ---
kind: pipeline kind: pipeline
type: docker type: docker