Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
fecf730771 | |||
d471ebd82b | |||
ccb7f8648a | |||
b2d0b1afa5 | |||
4d6a42376e | |||
3e0b6db034 | |||
d213586484 | |||
9710d3d75a | |||
955bce963c | |||
01f334cb27 | |||
c0013168af |
16
.drone.yml
16
.drone.yml
@ -69,7 +69,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
|
||||
image: docker.io/plugins/docker:20.18.6
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@ -135,7 +135,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
|
||||
image: docker.io/plugins/docker:20.18.6
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@ -201,7 +201,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
|
||||
image: docker.io/plugins/docker:20.18.6
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@ -265,7 +265,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
|
||||
image: docker.io/plugins/docker:20.18.6
|
||||
settings:
|
||||
auto_tag: false
|
||||
dockerfile: Dockerfile
|
||||
@ -331,7 +331,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build-manifest
|
||||
image: harbor.cryptic.systems/docker/plugins/manifest:1.4.0
|
||||
image: docker.io/plugins/manifest:1.4.0
|
||||
settings:
|
||||
auto_tag: false
|
||||
ignore_missing: true
|
||||
@ -449,7 +449,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
|
||||
image: docker.io/plugins/docker:20.18.6
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: amd64
|
||||
@ -509,7 +509,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build
|
||||
image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
|
||||
image: docker.io/plugins/docker:20.18.6
|
||||
settings:
|
||||
auto_tag: true
|
||||
auto_tag_suffix: arm64-v8
|
||||
@ -574,7 +574,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: build-manifest
|
||||
image: harbor.cryptic.systems/docker/plugins/manifest:1.4.0
|
||||
image: docker.io/plugins/manifest:1.4.0
|
||||
settings:
|
||||
auto_tag: true
|
||||
ignore_missing: true
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# YAMLLINT_VERSION
|
||||
# Only required to install a specifiy version
|
||||
YAMLLINT_VERSION?=v1.30.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
|
||||
YAMLLINT_VERSION?=v1.37.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
Loading…
x
Reference in New Issue
Block a user