Skip to content

Commit a7f2789

Browse files
Update docker/setup-buildx-action action to v3
1 parent b8a5b3a commit a7f2789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Set up Docker Buildx
18-
uses: docker/setup-buildx-action@v2
18+
uses: docker/setup-buildx-action@v3
1919

2020
- name: Log in to Quay.io (only if pushing)
2121
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)