Skip to content

Commit d22581f

Browse files
committed
update actions
1 parent 0873c9b commit d22581f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up QEMU
14-
uses: docker/setup-qemu-action@v2
14+
uses: docker/setup-qemu-action@v3
1515

1616
- name: Set up Docker Buildx
17-
uses: docker/setup-buildx-action@v2
17+
uses: docker/setup-buildx-action@v3
1818

1919
- name: Login to GHCR (GitHub Packages)
20-
uses: docker/login-action@v2
20+
uses: docker/login-action@v3
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Build and push
2727
id: docker_build
28-
uses: docker/build-push-action@v3
28+
uses: docker/build-push-action@v5
2929
with:
3030
push: true
3131
tags: |

0 commit comments

Comments
 (0)