Skip to content

Commit

Permalink
Need to setup buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Nov 18, 2024
1 parent ad47173 commit a923016
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup buildx
uses: docker/setup-buildx-action@v3

- name: Buildx cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit a923016

Please sign in to comment.