diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 631e77a..3fc65a2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,4 +1,4 @@ -name: Docker Image CI +name: Build and Publish Docker Image on: push: diff --git a/README.md b/README.md index 4232508..78b44db 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Request Mirror This application provides a web ui for sending get/post requests and provides a visual ui for looking at what the application received. This is written in rust. -![Docker Image CI](https://github.com/RaspberryProgramming/request-mirror/actions/workflows/docker-image.yml/badge.svg +![Build and Publish Docker Image](https://github.com/RaspberryProgramming/request-mirror/actions/workflows/docker-image.yml/badge.svg ) -![Build and Test](https://github.com/RaspberryProgramming/request-mirror/actions/workflows/rust.yml/badge.svg) +![Build and Test Rust](https://github.com/RaspberryProgramming/request-mirror/actions/workflows/rust.yml/badge.svg) ## TODO: - Update Readme