From f2b48a517909e873888d5b8f5e85672e17c9ce9e Mon Sep 17 00:00:00 2001 From: Marco Realacci Date: Tue, 14 May 2024 00:43:51 +0200 Subject: [PATCH] rename image --- .github/workflows/build-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 351152b..54bced0 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -8,7 +8,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: slaacsense + IMAGE_NAME: slaac-sense # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: