Skip to content

Commit d086d04

Browse files
authored
Merge pull request #7 from PulseBeamDev/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents 3a4fb20 + a54a3e4 commit d086d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/setup-qemu-action@v3
2828

2929
- name: Set up Docker Buildx
30-
uses: docker/setup-buildx-action@v2
30+
uses: docker/setup-buildx-action@v3
3131

3232
- name: Log in to GHCR
3333
uses: docker/login-action@v3

0 commit comments

Comments
 (0)