We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bd224 commit c5cc86cCopy full SHA for c5cc86c
.github/workflows/build-gaia-eval-image.yml
@@ -67,13 +67,7 @@ jobs:
67
git add vendor/software-agent-sdk
68
echo "Updated SDK submodule to $SDK_SHA (from ${{ inputs.sdk-commit }})"
69
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'
+ - name: Set up Docker Buildx
77
uses: docker/setup-buildx-action@v3
78
79
- name: Log in to GitHub Container Registry
0 commit comments