Skip to content

Commit 6455ae0

Browse files
authored
Merge pull request #5 from OidaTiftla/renovate/docker-setup-buildx-action-3.x
chore(deps): update docker/setup-buildx-action action to v3
2 parents f00a4cf + 452e09f commit 6455ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-qemu-action@v2
2626

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

3030
- name: Log in to GitHub Container Registry
3131
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)