From 3a2f6cc9cd810790489642d7ac0d37478c00aba3 Mon Sep 17 00:00:00 2001 From: Edoardo Baldi Date: Mon, 15 Jan 2024 13:58:27 +0100 Subject: [PATCH] Change image name --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 6d6c956..aa45b6d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -33,4 +33,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ghcr.io/${{ github.repository }}/build-image:latest + tags: ghcr.io/${{ github.repository }}/ci-image:latest