Compare commits
No commits in common. "181ec8eb0f2a3a4eca0cbb058b5defb316bbfd53" and "e793c1821514b477d948ee5f629a83887bd36cd5" have entirely different histories.
181ec8eb0f
...
e793c18215
2 changed files with 1 additions and 14 deletions
|
@ -11,16 +11,3 @@ 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.14-1~deb12u1 \
|
libssl3=3.0.13-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