Skip to content

Commit

Permalink
ci: set up docker buildx before attempting multiplatform build
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiamoe authored and Nadia Santalla committed Nov 28, 2024
1 parent 88ee3c8 commit 3e2b03d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# grafana/shared-workflows/actions/push-to-gar-docker runs setup-buildx, but not setup-qemu.
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log into ghcr.io
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 3e2b03d

Please sign in to comment.