Compare commits
2 commits
e793c18215
...
181ec8eb0f
Author | SHA1 | Date | |
---|---|---|---|
181ec8eb0f | |||
47cbbad8e7 |
2 changed files with 14 additions and 1 deletions
|
@ -11,3 +11,16 @@ steps:
|
||||||
repository_token: "776a3b928b852472c2af727a360c85c00af64b9f"
|
repository_token: "776a3b928b852472c2af727a360c85c00af64b9f"
|
||||||
prefix_regex: "(#|//) (TODO|FIXME): "
|
prefix_regex: "(#|//) (TODO|FIXME): "
|
||||||
debug: false
|
debug: false
|
||||||
|
|
||||||
|
docker-build:
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: next
|
||||||
|
# INFO: https://woodpecker-ci.org/plugins/Docker%20Buildx
|
||||||
|
image: docker.io/woodpeckerci/plugin-docker-buildx:4.2.0
|
||||||
|
settings:
|
||||||
|
username: kemitix
|
||||||
|
repo: git.kemitix.net/kemitix/git-next
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
auto_tag: false
|
||||||
|
dry-run: true # don't push to remote repo
|
||||||
|
|
|
@ -20,7 +20,7 @@ WORKDIR /app
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
git=1:2.39.2-1.1 \
|
git=1:2.39.2-1.1 \
|
||||||
libssl3=3.0.13-1~deb12u1 \
|
libssl3=3.0.14-1~deb12u1 \
|
||||||
libdbus-1-dev=1.14.10-1~deb12u1 \
|
libdbus-1-dev=1.14.10-1~deb12u1 \
|
||||||
ca-certificates=20230311 \
|
ca-certificates=20230311 \
|
||||||
&& \
|
&& \
|
||||||
|
|
Loading…
Reference in a new issue