10 Commits

Author SHA1 Message Date
5b4672fea1 chore(deps): update dependency adrienverge/yamllint to v1.37.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:14 +02:00
5eefb9d849 chore(deps): update dependency adrienverge/yamllint to v1.36.2
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:11 +02:00
d58747883a chore(deps): update dependency adrienverge/yamllint to v1.36.1
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:08 +02:00
c257f88818 chore(deps): update dependency adrienverge/yamllint to v1.36.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:05 +02:00
04c7149a0f chore(deps): update dependency adrienverge/yamllint to v1.35.1
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:50:02 +02:00
314551545b chore(deps): update dependency adrienverge/yamllint to v1.35.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:58 +02:00
0897f6828b chore(deps): update dependency adrienverge/yamllint to v1.34.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:55 +02:00
9e82be5800 chore(deps): update dependency adrienverge/yamllint to v1.33.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:53 +02:00
597e105707 chore(deps): update dependency adrienverge/yamllint to v1.32.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:49 +02:00
49e1de556b chore(deps): update dependency adrienverge/yamllint to v1.31.0
Some checks failed
continuous-integration/drone/tag Build is failing
2025-04-02 10:49:46 +02:00
2 changed files with 9 additions and 9 deletions

View File

@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -331,7 +331,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build-manifest - name: build-manifest
image: docker.io/plugins/manifest:1.4.0 image: harbor.cryptic.systems/docker/plugins/manifest:1.4.0
settings: settings:
auto_tag: false auto_tag: false
ignore_missing: true ignore_missing: true
@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: amd64 auto_tag_suffix: amd64
@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.6 image: harbor.cryptic.systems/docker/plugins/docker:20.18.6
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm64-v8 auto_tag_suffix: arm64-v8
@ -574,7 +574,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build-manifest - name: build-manifest
image: docker.io/plugins/manifest:1.4.0 image: harbor.cryptic.systems/docker/plugins/manifest:1.4.0
settings: settings:
auto_tag: true auto_tag: true
ignore_missing: true ignore_missing: true

View File

@ -1,6 +1,6 @@
# YAMLLINT_VERSION # YAMLLINT_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
YAMLLINT_VERSION?=v1.33.0 # renovate: datasource=github-releases depName=adrienverge/yamllint YAMLLINT_VERSION?=v1.37.0 # renovate: datasource=github-releases depName=adrienverge/yamllint
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a