Update docker/setup-buildx-action action to v4

This commit is contained in:
2026-04-15 13:00:41 +00:00
parent 7a9442d681
commit 956da446ee

View File

@@ -18,7 +18,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Docker buildx - name: Set up Docker buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v4
- name: Login to registry - name: Login to registry
if: ${{ secrets.REGISTRY_USER != '' }} if: ${{ secrets.REGISTRY_USER != '' }}