commit 2b86b8c99c5b8ec274bc57c2a290fcf1e249a961
parent 37bd81dc6bc813691dd748f09fd31c0dcf4cede9
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 15 Feb 2024 22:17:08 +0100
Try to fix image name fully
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_docker.yaml b/.github/workflows/build_docker.yaml
@@ -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: mtrnord/ping-monitoring
+ IMAGE_NAME: MTRNord/ping-monitoring
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs: