Compare commits
No commits in common. "abb0644ae238d39d6fb59dc133462f1558d16649" and "81188e5555b9d8e79a839b1c2ddba529a80e92e9" have entirely different histories.
abb0644ae2
...
81188e5555
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ pipeline:
|
||||||
- DOCKER_PASSWORD
|
- DOCKER_PASSWORD
|
||||||
repo: spcodes/coturn
|
repo: spcodes/coturn
|
||||||
tags:
|
tags:
|
||||||
- 4.6.2
|
- 4.5.2
|
||||||
- latest
|
- latest
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
@ -23,7 +23,7 @@ pipeline:
|
||||||
registry: cr.sp-codes.de
|
registry: cr.sp-codes.de
|
||||||
repo: cr.sp-codes.de/coturn
|
repo: cr.sp-codes.de/coturn
|
||||||
tags:
|
tags:
|
||||||
- 4.6.2
|
- 4.5.2
|
||||||
- latest
|
- latest
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM debian:11.7-slim@sha256:f4da3f9b18fc242b739807a0fb3e77747f644f2fb3f67f4403fafce2286b431a
|
FROM debian:11.7-slim@sha256:f4da3f9b18fc242b739807a0fb3e77747f644f2fb3f67f4403fafce2286b431a
|
||||||
|
|
||||||
ENV COTURN_VERSION="4.6.2"
|
ENV COTURN_VERSION="4.5.2"
|
||||||
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"
|
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"
|
||||||
|
|
||||||
ENV BUILD_PREFIX /usr/local/src
|
ENV BUILD_PREFIX /usr/local/src
|
||||||
|
|
Reference in a new issue