Fix docker-publish.yml

This commit is contained in:
Aleksandr Statciuk
2025-09-30 16:50:19 +03:00
committed by GitHub
parent d36587078a
commit 17d968aa3f

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 }}