Skip to content

Commit 395ae5c

Browse files
authored
ci: Set up Buildx builder for node-pc publish (#36618)
1 parent 87575ea commit 395ae5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-node-pc-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646

47+
- name: Set up Docker Buildx
48+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
49+
4750
- name: Login to Docker registries (for pushing)
4851
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.push == true)
4952
uses: ./.github/actions/docker-registry-login

0 commit comments

Comments
 (0)