github action: manual trigger instead of per-commit

This commit is contained in:
dumbmoron 2023-08-29 20:18:19 +02:00 committed by GitHub
parent d2e5b6f1fb
commit f5ad598d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,7 @@
name: Build Docker image
on:
push:
branches: ['current']
workflow_dispatch:
env:
REGISTRY: ghcr.io