From 5c7eb7ccc7a7080f19e492b6f5c50482bca43b75 Mon Sep 17 00:00:00 2001 From: Cody Carvel <60450561+ccarvel@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:41:20 -0400 Subject: [PATCH] Update work.yml --- .github/workflows/work.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/work.yml b/.github/workflows/work.yml index 082dac3..c9a790a 100644 --- a/.github/workflows/work.yml +++ b/.github/workflows/work.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: ghcr.io - IMAGE_NAME: malletcds + IMAGE_NAME: ${{ github.repository }} # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: