diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 934bab0..28a5cf3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,4 +22,4 @@ jobs: - uses: docker/build-push-action@v5 with: push: ${{ github.event_name != 'pull_request' }} - tags: ghcr.io/hermit-os/hermit-toolchain:latest + tags: ghcr.io/hermit-os/hermit-gcc:latest