Skip to content

Commit 0d36669

Browse files
authored
Merge pull request #138 from CycloneDX/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2 parents 94ca03f + 085dc7f commit 0d36669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
password: ${{ secrets.DOCKERHUB_TOKEN }}
120120

121121
- name: Set up Docker Buildx
122-
uses: docker/setup-buildx-action@v2
122+
uses: docker/setup-buildx-action@v3
123123

124124
- name: Build image and push
125125
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)