We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025227b commit 8105e74Copy full SHA for 8105e74
.github/actions/setup-docker/action.yml
@@ -12,7 +12,7 @@ inputs:
12
runs:
13
using: "composite"
14
steps:
15
- - uses: docker/setup-buildx-action@v3
+ # - uses: docker/setup-buildx-action@v3
16
17
- uses: docker/login-action@v3
18
with:
.github/workflows/test.yml
@@ -100,7 +100,7 @@ jobs:
100
101
build-and-push-images:
102
name: Build, Test and Push Images
103
- runs-on: namespace-profile-default
+ runs-on: namespace-profile-builder
104
needs: [lint-python, test-frontend, bundle-tracking]
105
if: |
106
always() &&
0 commit comments