Compare commits

...

17 commits
master ... f

Author SHA1 Message Date
4971aba604 ci: shellcheck, set tag instead of latest 2024-02-02 22:12:12 +01:00
ca4a919c52 docs 2024-02-02 21:32:10 +01:00
04c490bce0 y 2024-02-02 21:31:08 +01:00
149ed62950 v 2024-02-02 21:29:10 +01:00
3be424787c dfgds 2024-02-02 21:28:53 +01:00
ec296e24a7 dfgsd 2024-02-02 21:28:36 +01:00
edcdb39758 fff 2024-02-02 21:27:50 +01:00
47ed8c7f52 ff 2024-02-02 21:26:49 +01:00
1b4c5b13c0 s 2024-02-02 21:26:20 +01:00
0d1881dac9 g 2024-02-02 21:25:42 +01:00
2d66400478 t 2024-02-02 21:25:16 +01:00
cc85a6cd38 plugin 2024-02-02 21:19:44 +01:00
3177def7bf f 2024-02-02 21:12:59 +01:00
5a768f3506 t 2024-02-02 21:12:03 +01:00
a4641efcad t 2024-02-02 21:08:30 +01:00
6e3350b5a7 typo 2024-02-02 21:07:37 +01:00
9bfdd0cc42 d 2024-02-02 21:06:48 +01:00
2 changed files with 7 additions and 14 deletions

View file

@ -1,26 +1,19 @@
---
depends_on:
- lint
steps:
selfhosted_tag:
image: plugins/docker@sha256:2f157400c2cb7de1b309b0f044f119375108218e54d38e1340e00b9f93abdefb
settings:
dockerfile: Dockerfile
repo: registry.mgrote.net/allzweckcontainer
registry: registry.mgrote.net
tags:
- ${CI_COMMIT_TAG}
when:
event:
- tag
variables: # https://woodpecker-ci.org/docs/usage/advanced-usage
- &VERSION 'v1.0.${CI_PIPELINE_NUMBER}' # wird für die Docker-Tags verwendet
steps:
selfhosted_push:
image: plugins/docker@sha256:2f157400c2cb7de1b309b0f044f119375108218e54d38e1340e00b9f93abdefb
image: "woodpeckerci/plugin-docker-buildx:3.0.1"
settings:
dockerfile: Dockerfile
repo: registry.mgrote.net/allzweckcontainer
registry: registry.mgrote.net
tags:
- *VERSION
- ${CI_COMMIT_SHA:0:8}
- ${CI_COMMIT_BRANCH}
- latest

View file

@ -19,7 +19,7 @@ steps:
- tag
shellcheck:
image: registry.mgrote.net/allzweckcontainer:latest
image: "registry.mgrote.net/allzweckcontainer:1.0.120"
commands:
- |
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do