commit d4bec651e9fbda0210f464a73b09e80640780651
parent 5a479a1eb935ccbd40c829048d5a0b1616685992
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 15 Feb 2024 22:13:48 +0100
Fix image name
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: ${{ github.repository }}
+ 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: