Skip to content

Commit 2c92faf

Browse files
authored
Merge pull request #153 from nginx/dependabot/github_actions/docker/setup-buildx-action-3.11.1
chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1
2 parents 827e9ef + 6a1c75b commit 2c92faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: List repository files
2727
run: ls -R .; pwd
2828
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@v3.10.0
29+
uses: docker/setup-buildx-action@v3.11.1
3030

3131
- name: Log in to GitHub Container Registry
3232
uses: docker/[email protected]

0 commit comments

Comments
 (0)