From ae99502cac3ac4c56acc551cd79fc2fef7c82f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 12 Aug 2024 17:44:36 +0200 Subject: [PATCH 1/2] docs(README): rename project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fad8f5..0f0f535 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hermit-toolchain +# hermit-gcc This repository contains scripts to build the cross-compiler for the Rust-based library OS [HermitCore](https://github.com/hermit-os/libhermit-rs). 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 2/2] 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