Bump docker/setup-buildx-action from 3.8.0 to 3.10.0 #22

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/docker/setup-buildx-action-3.10.0 into master 2025-03-30 03:48:57 +03:00
Showing only changes of commit fcccc848e1 - Show all commits
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'