Skip to content

Commit

Permalink
Merge pull request #127 from eins78/feature/docker-arm-images
Browse files Browse the repository at this point in the history
ci: setup buildx for Docker workflows
  • Loading branch information
McPringle authored May 30, 2024
2 parents abea984 + c1b842b commit 6887800
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
"contributions": [
"tool"
]
},
{
"login": "eins78",
"name": "Max Albrecht",
"avatar_url": "https://avatars.githubusercontent.com/u/134942?v=4",
"profile": "https://github.com/eins78",
"contributions": [
"infra"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6887800

Please sign in to comment.