Skip to content

Commit

Permalink
fix: setup buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 26, 2024
1 parent af7cc4b commit af01b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit af01b5d

Please sign in to comment.