chore(deps): update https://github.com/docker/setup-buildx-action action to v4
This commit is contained in:
parent
fa7c2978fe
commit
a40f212e25
2 changed files with 4 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
.
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
uses: https://github.com/docker/setup-buildx-action@v4
|
||||
with:
|
||||
driver-opts: network=host
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
exit 1
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
uses: https://github.com/docker/setup-buildx-action@v4
|
||||
|
||||
- name: Log in to Forgejo Container Registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
.
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
uses: https://github.com/docker/setup-buildx-action@v4
|
||||
with:
|
||||
driver-opts: network=host
|
||||
|
||||
|
|
@ -109,7 +109,7 @@ jobs:
|
|||
exit 1
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
uses: https://github.com/docker/setup-buildx-action@v4
|
||||
|
||||
- name: Log in to Forgejo Container Registry
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue