Skip to content

fix: make binary executable #9

fix: make binary executable

fix: make binary executable #9

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