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 cbe5f81 commit 51bd224Copy full SHA for 51bd224
.github/workflows/build-gaia-eval-image.yml
@@ -68,7 +68,13 @@ jobs:
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'
77
+ uses: docker/setup-buildx-action@v3
78
79
- name: Log in to GitHub Container Registry
80
uses: docker/login-action@v3
0 commit comments