diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml deleted file mode 100644 index 9360b7f..0000000 --- a/.github/workflows/docker.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Docker - -on: - push: - branches: - - master - -jobs: - build_image: - name: Build Image - runs-on: ubuntu-20.04 - - steps: - - name: Check out code - uses: actions/checkout@v2.3.4 - - - name: Setup buildx - uses: docker/setup-buildx-action@v1.3.0 - - - name: Login to GitHub Container Registry - uses: docker/login-action@v1.9.0 - with: - registry: ghcr.io - username: $GITHUB_ACTOR - password: ${{ secrets.CR_PAT }} - - - name: Build and push - uses: docker/build-push-action@v2.4.0 - with: - context: . - file: ./Dockerfile - platforms: linux/amd64,linux/arm64 - username: $GITHUB_ACTOR - password: ${{ secrets.CR_PAT }} - push: true - tags: | - ghcr.io/c16a/hermes/hermes:latest diff --git a/README.md b/README.md index f6acf47..217fe66 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,8 @@ # Hermes -Hermes is a tiny MQTT compatible broker written in Go. - -[![Go Workflow Status](https://github.com/c16a/hermes/workflows/Go/badge.svg)](https://github.com/c16a/hermes/workflows/Go/badge.svg) - -[![CodeQL Workflow Status](https://github.com/c16a/hermes/workflows/CodeQL/badge.svg)](https://github.com/c16a/hermes/workflows/CodeQL/badge.svg) +No active work is being done on Hermes as of 7 April, 2024. I've moved on to work on https://github.com/c16a/microq. -[![Go Report Card](https://goreportcard.com/badge/github.com/c16a/hermes)](https://goreportcard.com/report/github.com/c16a/hermes) - -[![Total alerts](https://img.shields.io/lgtm/alerts/g/c16a/hermes.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/c16a/hermes/alerts/) +Hermes is a tiny MQTT compatible broker written in Go. The goals of the project are as below