Skip to content

Commit 2313bd3

Browse files
committed
chore: update github action deps
1 parent e02df46 commit 2313bd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
uses: actions/checkout@v4
2929
-
3030
name: Set up QEMU
31-
uses: docker/setup-qemu-action@v2
31+
uses: docker/setup-qemu-action@v3
3232
-
3333
name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@v2
34+
uses: docker/setup-buildx-action@v3
3535

3636
# Login against a Docker registry
3737
# https://github.com/docker/login-action
@@ -58,7 +58,7 @@ jobs:
5858
# Build and push Docker image with Buildx (don't push on PR)
5959
# https://github.com/docker/build-push-action
6060
- name: Build and push Docker image
61-
uses: docker/build-push-action@v5
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: .
6464
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)