There was an error while loading. Please reload this page.
node-pc
1 parent 87575ea commit 395ae5cCopy full SHA for 395ae5c
1 file changed
.github/workflows/build-node-pc-image.yml
@@ -44,6 +44,9 @@ jobs:
44
steps:
45
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46
47
+ - name: Set up Docker Buildx
48
+ uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
49
+
50
- name: Login to Docker registries (for pushing)
51
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.push == true)
52
uses: ./.github/actions/docker-registry-login
0 commit comments