From 4925efcf763f382c4306f5b89a59d3ac167f73fa Mon Sep 17 00:00:00 2001 From: Stuart Chalk Date: Thu, 11 May 2023 15:11:31 -0400 Subject: [PATCH] name the image correctly by using defined repo name as must be lowercase (updated) --- .github/workflows/gh_pkg_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh_pkg_build.yml b/.github/workflows/gh_pkg_build.yml index f0b306a..3e79106 100644 --- a/.github/workflows/gh_pkg_build.yml +++ b/.github/workflows/gh_pkg_build.yml @@ -10,7 +10,7 @@ on: # set some environment variables env: REGISTRY: ghcr.io - REPO: trc_mysql + REPO: chalklab/trc_mysql # define a job to run # this takes the 'Dockerfile' file at the root level and builds the image it defines and then