Skip to content

Commit f4401a9

Browse files
committed
ci(github): add missing buildx setup
ref: #2 #1 templates/mkdocs#1
1 parent 52297e9 commit f4401a9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
image: tonistiigi/binfmt:latest
5656

5757

58+
- name: Set up Docker Buildx
59+
uses: docker/setup-buildx-action@v3
60+
61+
5862
- name: Build and push
5963
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
6064
uses: docker/build-push-action@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<br>
88

9-
![GitHub forks](https://img.shields.io/github/forks/NofussComputing/2Fdocker_mkdocs_ci?logo=github&style=plastic&color=000000&labell=Forks) ![GitHub stars](https://img.shields.io/github/stars/NofussComputing/2Fdocker_mkdocs_ci?color=000000&logo=github&style=plastic) ![Github Watchers](https://img.shields.io/github/watchers/NofussComputing/2Fdocker_mkdocs_ci?color=000000&label=Watchers&logo=github&style=plastic)
9+
![GitHub forks](https://img.shields.io/github/forks/NofussComputing/docker_mkdocs_ci?logo=github&style=plastic&color=000000&labell=Forks) ![GitHub stars](https://img.shields.io/github/stars/NofussComputing/docker_mkdocs_ci?color=000000&logo=github&style=plastic) ![Github Watchers](https://img.shields.io/github/watchers/NofussComputing/docker_mkdocs_ci?color=000000&label=Watchers&logo=github&style=plastic)
1010

1111
links:
1212

0 commit comments

Comments
 (0)