We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 261fa9a + bf94c2a commit b94c297Copy full SHA for b94c297
.github/workflows/ci.yml
@@ -253,6 +253,8 @@ jobs:
253
uses: actions/checkout@v6
254
with:
255
ref: "${{ github.event.pull_request.head.sha }}"
256
+ - name: Set up Docker Buildx
257
+ uses: docker/setup-buildx-action@v3
258
- name: Login to GitHub Container Registry
259
uses: docker/login-action@v3
260
ci/workflows.yml
@@ -332,6 +332,7 @@ workflows:
332
333
steps:
334
- *checkout_pr
335
+ - *docker_buildx
336
- *login_ghcr
337
- *login_docker_hub
338
0 commit comments