From 3b8a45cbe519b0ef3d00d2a5f0c38bc776b0f50f Mon Sep 17 00:00:00 2001 From: 223880 Date: Wed, 4 Sep 2024 13:11:58 -0300 Subject: [PATCH] Fix --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3ab3212..761b1fc 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,7 +9,7 @@ on: # 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: dockerdlc.io - ENV_DLC: ${{ env.DLC }} + DLC: ${{ env.DLC }} # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: