File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
with :
32
32
ref : " ${{ github.event.pull_request.head.sha }}"
33
33
- name : Set up Docker Buildx
34
- uses : docker/setup-buildx-action@v2
34
+ uses : docker/setup-buildx-action@v3
35
35
with :
36
36
driver-opts : image=moby/buildkit:v0.11.6
37
37
- name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change 27
27
- name : Checkout code
28
28
uses : actions/checkout@v4
29
29
- name : Set up Docker Buildx
30
- uses : docker/setup-buildx-action@v2
30
+ uses : docker/setup-buildx-action@v3
31
31
with :
32
32
driver-opts : image=moby/buildkit:v0.11.6
33
33
- name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ components:
19
19
20
20
- docker_buildx : &docker_buildx
21
21
name : " Set up Docker Buildx"
22
- uses : docker/setup-buildx-action@v2
22
+ uses : docker/setup-buildx-action@v3
23
23
with :
24
24
driver-opts : >-
25
25
image=moby/buildkit:v0.11.6
You can’t perform that action at this time.
0 commit comments