Skip to content

Commit b94c297

Browse files
authored
Merge pull request #1198 from rust-lang/setup-everywhere
Setup Docker in all jobs that use it
2 parents 261fa9a + bf94c2a commit b94c297

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ jobs:
253253
uses: actions/checkout@v6
254254
with:
255255
ref: "${{ github.event.pull_request.head.sha }}"
256+
- name: Set up Docker Buildx
257+
uses: docker/setup-buildx-action@v3
256258
- name: Login to GitHub Container Registry
257259
uses: docker/login-action@v3
258260
with:

ci/workflows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ workflows:
332332

333333
steps:
334334
- *checkout_pr
335+
- *docker_buildx
335336
- *login_ghcr
336337
- *login_docker_hub
337338

0 commit comments

Comments
 (0)