Compare commits

..

1 commit

Author SHA1 Message Date
dd953b86fe
Update docker.io/openproject/openproject Docker tag to v15.2.1
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline failed
2025-02-05 14:05:04 +00:00
4 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,3 @@
labels:
backend: kubernetes
steps: steps:
- name: docker - name: docker
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx

View file

@ -1,6 +1,6 @@
skip_clone: true skip_clone: true
labels: labels:
backend: kubernetes backend: docker
steps: steps:
- name: bump tag in deployment-repo - name: bump tag in deployment-repo
image: git.ar21.de/aaron/debian-ci image: git.ar21.de/aaron/debian-ci

View file

@ -1,5 +1,5 @@
labels: labels:
backend: kubernetes backend: docker
steps: steps:
- name: Lint Dockerfile - name: Lint Dockerfile
image: hadolint/hadolint:latest-alpine image: hadolint/hadolint:latest-alpine

View file

@ -1,6 +1,6 @@
skip_clone: true skip_clone: true
labels: labels:
backend: kubernetes backend: docker
steps: steps:
- name: Test image (prod) - name: Test image (prod)
image: git.ar21.de/${CI_REPO}:${CI_PIPELINE_NUMBER} image: git.ar21.de/${CI_REPO}:${CI_PIPELINE_NUMBER}
@ -9,7 +9,7 @@ steps:
when: when:
- branch: main - branch: main
event: [push, manual] event: [push, manual]
- name: Test image (testing) - name: Test image
image: git.ar21.de/${CI_REPO}:testing-${CI_PIPELINE_NUMBER} image: git.ar21.de/${CI_REPO}:testing-${CI_PIPELINE_NUMBER}
commands: commands:
- echo test - echo test