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 3131 with :
3232 ref : " ${{ github.event.pull_request.head.sha }}"
3333 - name : Set up Docker Buildx
34- uses : docker/setup-buildx-action@v2
34+ uses : docker/setup-buildx-action@v3
3535 with :
3636 driver-opts : image=moby/buildkit:v0.11.6
3737 - name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change 2727 - name : Checkout code
2828 uses : actions/checkout@v4
2929 - name : Set up Docker Buildx
30- uses : docker/setup-buildx-action@v2
30+ uses : docker/setup-buildx-action@v3
3131 with :
3232 driver-opts : image=moby/buildkit:v0.11.6
3333 - name : Login to GitHub Container Registry
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ components:
1919
2020 - docker_buildx : &docker_buildx
2121 name : " Set up Docker Buildx"
22- uses : docker/setup-buildx-action@v2
22+ uses : docker/setup-buildx-action@v3
2323 with :
2424 driver-opts : >-
2525 image=moby/buildkit:v0.11.6
You can’t perform that action at this time.
0 commit comments