Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SieBRUM authored Jun 8, 2021
1 parent 99a8eb5 commit 798702a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Introduction
This repository contains all the microservices of the ACI Rental project. All microservices have their own project and Dockerfile.

[![Build the ImageService](https://github.com/SieBrum/aci-backend/actions/workflows/build-image-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/build-image-service.yml)
[![Release new ImageService to Docker hub](https://github.com/SieBrum/aci-backend/actions/workflows/release-image-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/release-image-service.yml)
[![Build the ImageService](https://github.com/ACI-Rental/backend/actions/workflows/build-image-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/build-image-service.yml)
[![Release new ImageService to Docker hub](https://github.com/ACI-Rental/backend/actions/workflows/release-image-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/release-image-service.yml)

[![Build the NoteService](https://github.com/SieBrum/aci-backend/actions/workflows/build-note-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/build-note-service.yml)
[![Release new NoteService to Docker hub](https://github.com/SieBrum/aci-backend/actions/workflows/release-note-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/release-note-service.yml)
[![Build the NoteService](https://github.com/ACI-Rental/backend/actions/workflows/build-note-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/build-note-service.yml)
[![Release new NoteService to Docker hub](https://github.com/ACI-Rental/backend/actions/workflows/release-note-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/release-note-service.yml)

[![Build the OcelotAPIGateway](https://github.com/SieBrum/aci-backend/actions/workflows/build-api-gateway.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/build-api-gateway.yml)
[![Release new OcelotAPIGateway to Docker hub](https://github.com/SieBrum/aci-backend/actions/workflows/release-api-gateway.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/release-api-gateway.yml)
[![Build the OcelotAPIGateway](https://github.com/ACI-Rental/backend/actions/workflows/build-api-gateway.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/build-api-gateway.yml)
[![Release new OcelotAPIGateway to Docker hub](https://github.com/ACI-Rental/backend/actions/workflows/release-api-gateway.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/release-api-gateway.yml)

[![Build the ProductService](https://github.com/SieBrum/aci-backend/actions/workflows/build-product-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/build-product-service.yml)
[![Release new ProductService to Docker hub](https://github.com/SieBrum/aci-backend/actions/workflows/release-product-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/release-product-service.yml)
[![Build the ProductService](https://github.com/ACI-Rental/backend/actions/workflows/build-product-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/build-product-service.yml)
[![Release new ProductService to Docker hub](https://github.com/ACI-Rental/backend/actions/workflows/release-product-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/release-product-service.yml)

[![Build the ReservationService](https://github.com/SieBrum/aci-backend/actions/workflows/build-reservation-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/build-reservation-service.yml)
[![Release new ReservationService to Docker hub](https://github.com/SieBrum/aci-backend/actions/workflows/release-reservation-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/release-reservation-service.yml)
[![Build the ReservationService](https://github.com/ACI-Rental/backend/actions/workflows/build-reservation-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/build-reservation-service.yml)
[![Release new ReservationService to Docker hub](https://github.com/ACI-Rental/backend/actions/workflows/release-reservation-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/release-reservation-service.yml)

[![Build the UserService](https://github.com/SieBrum/aci-backend/actions/workflows/build-user-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/build-user-service.yml)
[![Release new UserService to Docker hub](https://github.com/SieBrum/aci-backend/actions/workflows/release-user-service.yml/badge.svg)](https://github.com/SieBrum/aci-backend/actions/workflows/release-user-service.yml)
[![Build the UserService](https://github.com/ACI-Rental/backend/actions/workflows/build-user-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/build-user-service.yml)
[![Release new UserService to Docker hub](https://github.com/ACI-Rental/backend/actions/workflows/release-user-service.yml/badge.svg)](https://github.com/ACI-Rental/backend/actions/workflows/release-user-service.yml)


# Contributing and getting started
Expand Down

0 comments on commit 798702a

Please sign in to comment.