Skip to content

Commit c5cc86c

Browse files
Replace Blacksmith with standard Docker Buildx setup
1 parent 51bd224 commit c5cc86c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build-gaia-eval-image.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,7 @@ jobs:
6767
git add vendor/software-agent-sdk
6868
echo "Updated SDK submodule to $SDK_SHA (from ${{ inputs.sdk-commit }})"
6969
70-
- name: Set up Docker Buildx with Blacksmith
71-
id: buildx-blacksmith
72-
uses: useblacksmith/setup-docker-builder@v1
73-
continue-on-error: true
74-
75-
- name: Set up Docker Buildx (fallback)
76-
if: steps.buildx-blacksmith.outcome == 'failure'
70+
- name: Set up Docker Buildx
7771
uses: docker/setup-buildx-action@v3
7872

7973
- name: Log in to GitHub Container Registry

0 commit comments

Comments
 (0)