From 23ea7c6c4bcc3b2bed7e4cd0b5f1f0492021a6d5 Mon Sep 17 00:00:00 2001 From: BenV <165034+benv666@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:37:47 +0200 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c6eebb0..eb5b807 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,11 +1,10 @@ # From https://docs.github.com/en/actions/publishing-packages/publishing-docker-images name: Create and publish a Docker image -# Configures this workflow to run every time a change is pushed to the branch called `release`. +# Run on release on: - push: - branches: ['release'] - + release: + # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: REGISTRY: ghcr.io