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 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).