Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot 31bcb7967c Update docker/login-action action to v3 2024-02-15 17:00:29 +00:00
2 changed files with 1 additions and 4 deletions

View file

@ -23,12 +23,9 @@ jobs:
registry: cr.sp-codes.de registry: cr.sp-codes.de
username: ${{ secrets.CR_USERNAME }} username: ${{ secrets.CR_USERNAME }}
password: ${{ secrets.CR_TOKEN }} password: ${{ secrets.CR_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with:
platforms: linux/amd64,linux/arm64/v8
push: true push: true
tags: | tags: |
spcodes/coturn:4.6.2 spcodes/coturn:4.6.2

View file

@ -1,4 +1,4 @@
FROM debian:12.5-slim FROM debian:12.5-slim@sha256:6bdbd579ba71f6855deecf57e64524921aed6b97ff1e5195436f244d2cb42b12
ENV COTURN_VERSION="4.6.2" ENV COTURN_VERSION="4.6.2"
ENV PROMETHEUS_CLIENT_VERSION="v0.1.3" ENV PROMETHEUS_CLIENT_VERSION="v0.1.3"