generated from Templates/Baseline
Compare commits
3 Commits
v1.9.0
...
renovate/q
Author | SHA1 | Date | |
---|---|---|---|
a9e1e1e26f | |||
ecd1d24205 | |||
71b6c80eaf |
@ -5,7 +5,7 @@ when:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:6.0.0'
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:6.0.1'
|
||||
# deployment targets
|
||||
- &publish_repos 'ocram85/arkanum,gitea.ocram85.com/arkanum/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/arkanum/arkanum'
|
||||
# logins for deployment targets
|
||||
|
@ -5,7 +5,7 @@ when:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:6.0.0'
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:6.0.1'
|
||||
# deployment targets
|
||||
- &publish_repos 'ocram85/arkanum-docs,gitea.ocram85.com/arkanum/arkanum-docs'
|
||||
# logins for deployment targets
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM quay.io/linuxserver.io/code-server:4.99.4
|
||||
FROM quay.io/linuxserver.io/code-server:4.101.2
|
||||
|
||||
#LABEL build_version=""
|
||||
LABEL maintainer="OCram85"
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM oven/bun:1.2.9 AS builder
|
||||
FROM oven/bun:1.2.12 AS builder
|
||||
|
||||
ARG CI
|
||||
ARG CI_COMMIT_PULL_REQUEST
|
||||
|
Reference in New Issue
Block a user