diff --git a/.github/workflows/publishdocker.yml b/.github/workflows/publishdocker.yml index bc846b1..089d653 100644 --- a/.github/workflows/publishdocker.yml +++ b/.github/workflows/publishdocker.yml @@ -6,6 +6,7 @@ on: push: branches: ['docker'] + # 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