Compare commits
3 commits
dd953b86fe
...
fd07476d62
Author | SHA1 | Date | |
---|---|---|---|
fd07476d62 | |||
0ed7d7e8b9 | |||
24ab8b627a |
5 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
labels:
|
||||||
|
backend: kubernetes
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
labels:
|
labels:
|
||||||
backend: docker
|
backend: kubernetes
|
||||||
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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
labels:
|
labels:
|
||||||
backend: docker
|
backend: kubernetes
|
||||||
steps:
|
steps:
|
||||||
- name: Lint Dockerfile
|
- name: Lint Dockerfile
|
||||||
image: hadolint/hadolint:latest-alpine
|
image: hadolint/hadolint:latest-alpine
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
labels:
|
labels:
|
||||||
backend: docker
|
backend: kubernetes
|
||||||
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
|
- name: Test image (testing)
|
||||||
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
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
FROM docker.io/openproject/openproject:15.2.0-slim
|
FROM docker.io/openproject/openproject:15.2.1-slim
|
||||||
ADD --chmod=644 https://gist.githubusercontent.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45/raw/148c5067e30eae04f96e3233144b4404f70ade47/enterprise_token.rb /app/app/models/enterprise_token.rb
|
ADD --chmod=644 https://gist.githubusercontent.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45/raw/148c5067e30eae04f96e3233144b4404f70ade47/enterprise_token.rb /app/app/models/enterprise_token.rb
|
Loading…
Add table
Reference in a new issue