mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
CI: Also upload images to quay.io/strukturag/nextcloud-spreed-signaling
This commit is contained in:
parent
20d09941b9
commit
f975ce1494
1 changed files with 19 additions and 1 deletions
20
.github/workflows/deploydocker.yml
vendored
20
.github/workflows/deploydocker.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Deploy to Docker Hub / GHCR
|
||||
name: Deploy to Docker Hub / GHCR / quay.io
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
images: |
|
||||
strukturag/nextcloud-spreed-signaling
|
||||
ghcr.io/strukturag/nextcloud-spreed-signaling
|
||||
quay.io/strukturag/nextcloud-spreed-signaling
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
|
|
@ -67,6 +68,14 @@ jobs:
|
|||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Login to quay.io
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: quay.io
|
||||
username: ${{ secrets.QUAY_IO_USERNAME }}
|
||||
password: ${{ secrets.QUAY_IO_ACCESS_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
@ -104,6 +113,7 @@ jobs:
|
|||
images: |
|
||||
strukturag/nextcloud-spreed-signaling
|
||||
ghcr.io/strukturag/nextcloud-spreed-signaling
|
||||
quay.io/strukturag/nextcloud-spreed-signaling
|
||||
labels: |
|
||||
org.opencontainers.image.title=nextcloud-spreed-signaling-proxy
|
||||
org.opencontainers.image.description=Signaling proxy for the standalone signaling server for Nextcloud Talk.
|
||||
|
|
@ -137,6 +147,14 @@ jobs:
|
|||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Login to quay.io
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: quay.io
|
||||
username: ${{ secrets.QUAY_IO_USERNAME }}
|
||||
password: ${{ secrets.QUAY_IO_ACCESS_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue