Skip to content

Commit

Permalink
Remove unnecessary buildx setup from build-bake-preview.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Apr 16, 2024
1 parent cd9a068 commit 1b85bf7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-bake-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-config: ./share/buildkitd.toml

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

0 comments on commit 1b85bf7

Please sign in to comment.