Skip to content

fix: copy path

fix: copy path #6

name: Build Nextcloud Push Server Image
on:
push:
branches:
- main
paths:
- nextcloud/push-server/**/*
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
push-server:
uses: ./.github/workflows/docker.yml
with:
dockerfile: nextcloud/push-server/Dockerfile
context: nextcloud/push-server
tag: spreed:push-${{ vars.SPREED_PUSH_VERSION }}
args: |
JANUS_VERSION=${{ vars.SPREED_PUSH_VERSION }}
labels: |
org.opencontainers.image.description=Update notifications for nextcloud clients
platforms: linux/amd64,linux/arm64