Update docker/setup-buildx-action action to v4 #17

Closed
renovate wants to merge 1 commits from renovate/docker-setup-buildx-action-4.x into master

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 != '' }}