Skip to content

Commit

Permalink
Provision buildx in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Apr 8, 2024
1 parent 59863b2 commit 09dac6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-bake-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit 09dac6f

Please sign in to comment.