Merge pull request #2880 from iptv-org/freearhey-patch-1

Fix docker-publish.yml
This commit is contained in:
Aleksandr Statciuk
2025-10-01 13:34:59 +03:00
committed by GitHub

View File

@@ -1,7 +1,8 @@
name: Publish Docker image
on:
workflow_dispatch:
branches: ['master']
push:
branches: ['master']
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}