From a81789d3da4a3386fc9f15a8aba11acea27dbea6 Mon Sep 17 00:00:00 2001 From: Will Mobley Date: Thu, 22 Feb 2024 09:49:50 -0600 Subject: [PATCH] Update .docker.yaml --- .github/workflows/.docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.docker.yaml b/.github/workflows/.docker.yaml index 56c8283..4f16d25 100644 --- a/.github/workflows/.docker.yaml +++ b/.github/workflows/.docker.yaml @@ -12,7 +12,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: in-for-disaster-analytics/tap_llmrepository-docker + IMAGE_NAME: in-for-disaster-analytics/tap_Template-docker # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: