Skip to content

Commit afb3f35

Browse files
dependabot[bot]chocolatkey
andauthoredOct 9, 2024··
Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 (#133)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry <[email protected]>
1 parent 70285fc commit afb3f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454
- run: git fetch --force --tags
5555
- name: Set up Docker Buildx
56-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
56+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
5757
- name: Build and push Docker image
5858
run: docker buildx build --platform=linux/amd64,linux/arm64,linux/arm/v7 . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
5959
- name: Log in to registry

0 commit comments

Comments
 (0)
Please sign in to comment.