You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This repo contains the following reusable GitHub Workflows:
8
8
9
9
<br>
10
10
11
-
## 🚀 Build and Push Multi-Arch Docker Image (`docker-multiarch-build.yml`) <aname="dockermultiarchbuild"/>
11
+
## Build and Push Multi-Arch Docker Image (`docker-multiarch-build.yml`) <aname="dockermultiarchbuild"/>
12
12
13
13
This reusable GitHub Actions workflow builds and pushes multi-arch Docker images (AMD64 and ARM64) to Docker Hub. It supports automatic version tagging for main branch pushes and PR-based temporary tagging.
This reusable GitHub Actions workflow performs linting on your Ansible code using [`ansible-lint`](https://ansible-lint.readthedocs.io/).
86
86
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
<br>
113
113
114
-
## 🚀 Auto-Update Ansible Roles README with "docsible" (`docsible.yml`) <aname="docsible"/>
114
+
## Auto-Update Ansible Roles README with "docsible" (`docsible.yml`) <aname="docsible"/>
115
115
116
116
This reusable GitHub Actions workflow automatically updates your `README.md` file using [`docsible`](https://github.com/melezhik/docsible), a documentation generator for Ansible roles.
0 commit comments