Updated docker-image.yml name

This commit is contained in:
RaspberryProgramming 2024-07-17 18:18:49 +00:00
parent 14bcf5cb28
commit 14c8b1d59e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Docker Image CI name: Build and Publish Docker Image
on: on:
push: push:

View File

@ -1,9 +1,9 @@
# Request Mirror # 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. 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: ## TODO:
- Update Readme - Update Readme