Skip to content

Workflow file for this run

name: Build and release container
on:
push:
paths-ignore:
- '**.md'
branches:
- '**'
pull_request:
paths-ignore:
- '**.md'
branches:
- '**'
workflow_dispatch:
jobs:
container-build-push:
uses: bbusse/github-workflows/.github/workflows/container-build-push.yaml@dev
with:
image_name: swayvnc-build
containerfile: Containerfile
image_tag: ${{ github.run_number }}_${{ github.ref_name }}_${{ github.sha }}
container_registry: 'ghcr'
#secrets:
# custom_github_token: ${{ secrets.APK_SIGNING_KEY }}