updated debian
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4m52s
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4m52s
added arm support added usage
This commit is contained in:
parent
4ce8a0a81d
commit
1a7b8abadc
5 changed files with 30 additions and 3 deletions
|
@ -23,9 +23,12 @@ jobs:
|
|||
registry: cr.sp-codes.de
|
||||
username: ${{ secrets.CR_USERNAME }}
|
||||
password: ${{ secrets.CR_TOKEN }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
push: true
|
||||
tags: |
|
||||
spcodes/coturn:4.6.2
|
||||
|
|
Reference in a new issue