10 Commits

Author SHA1 Message Date
1f368cc469 fix typo
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2024-11-21 14:39:59 +01:00
52ba6dcd29 fix indentation
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2024-11-21 13:44:32 +01:00
c9ac74115c add optional trigger for persistent pr build
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2024-11-21 13:41:17 +01:00
f03dba3053 test
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2024-11-21 09:09:59 +01:00
8a1ff7713d wip 2024-11-21 09:09:59 +01:00
c97ba52acd test 2024-11-21 09:09:59 +01:00
dcf11ea9f1 wip 2024-11-21 09:09:59 +01:00
c62d1d2132 debug 2024-11-21 09:09:59 +01:00
fe19112193 debug 2024-11-21 09:09:59 +01:00
6f87fac874 wip devcontainer 2024-11-21 09:09:59 +01:00
2 changed files with 41 additions and 0 deletions

26
.devcontainer.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "Arkanum",
"image": "ocram85/arkanum:1",
"containerUser": "abc",
"containerEnv": {
"TZ": "Europe/Berlin",
"PASSWORD": "foo",
"SUDO_PASSWORD": "foobar",
"DEFAULT_WORKSPACE": "/config/workspace"
},
"overrideCommand": false,
"forwardPorts": [
"8088:8443"
],
"portsAttributes": {
"8443": {
"label": "Applicaition",
"onAutoForward": "notify"
}
},
"customizations": {
"devpod": {
"prebuildRepository": "ocram85/arkanum:1"
}
}
}

View File

@ -82,6 +82,21 @@ steps:
when: when:
event: [pull_request] event: [pull_request]
build-pr-image:
image: *build_plugin
settings:
repo: *publish_repos
dockerfile: Dockerfile
platforms: linux/amd64
tag: pull_${CI_COMMIT_PULL_REQUEST}
logins: *publish_logins
build_args:
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
- TAG=${CI_COMMIT_TAG}
when:
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images"'
event: pull_request
gitea-release: gitea-release:
image: plugins/gitea-release image: plugins/gitea-release
settings: settings: