From 281f9473a44cbb383390cdae86716e622ec82679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 12 Aug 2024 17:45:09 +0200 Subject: [PATCH] ci: align image tag to repo name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a10f32d..d54cd8b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,4 +23,4 @@ jobs: - uses: docker/build-push-action@v5 with: push: ${{ github.ref_name == 'main' }} - tags: ghcr.io/hermit-os/hermit-toolchain:latest + tags: ghcr.io/hermit-os/hermit-gcc:latest