Fix GitHub action activation

This commit is contained in:
Andrew-71 2024-06-02 01:01:11 +03:00
parent fe547eec3a
commit 9ed04670cd

View file

@ -1,9 +1,8 @@
name: Create and publish a Docker image name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on: on:
push: release:
branches: ['release'] types: [published]
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io