Skip to content

Commit

Permalink
πŸ“œ readme: Add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jyje authored Feb 25, 2024
1 parent 181bf41 commit dc7624c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Ansible Docker Image
[![release](https://github.com/jyje/ansible/actions/workflows/release-tag.yaml/badge.svg?branch=main)](https://github.com/jyje/ansible/actions/workflows/release-tag.yaml)
[![main ci.yaml](https://github.com/jyje/ansible/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/jyje/ansible/actions/workflows/ci.yaml)
[![develop ci-dev.yaml](https://github.com/jyje/ansible/actions/workflows/ci-dev.yaml/badge.svg?branch=develop)](https://github.com/jyje/ansible/actions/workflows/ci-dev.yaml)

This repository contains the CI pipeline for building an Ansible Docker image. It also provides a repository on ghcr.io for your DevOps usage. Supported architectures are `amd64`, `arm64`.
πŸ§‘πŸΌβ€πŸ”§ This repository contains the CI pipeline for building an Ansible Docker image. It also provides a repository on ghcr.io for your DevOps usage. Supported architectures are `amd64`, `arm64`.

πŸ§‘πŸΌβ€πŸ”§ This repository is not affiliated with the official Ansible project. This is a community-maintained project that provides a Docker image for Ansible users. The official Ansible project is maintained in ['ansible-community/ansible-build-data' repository](https://github.com/ansible-community/ansible-build-data). For more information about Ansible, visit the official website at https://ansible.readthedocs.io/projects/ansible-build-data
⚠️ This repository is not affiliated with the official Ansible project. This is a community-maintained project that provides a Docker image for Ansible users. The official Ansible project is maintained in ['ansible-community/ansible-build-data' repository](https://github.com/ansible-community/ansible-build-data). For more information about Ansible, visit the official website at https://ansible.readthedocs.io/projects/ansible-build-data

## Getting Started

Expand Down

0 comments on commit dc7624c

Please sign in to comment.