Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ff2cc6

Browse files
chore(deps): update docker/setup-buildx-action action to v3.12.0 (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a14b127 commit 2ff2cc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/docker-build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
username: ${{ inputs.username }}
4141
password: ${{ inputs.password }}
4242
- name: Set up Docker Buildx
43-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
43+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
4444
with:
4545
cache-binary: false
4646
- name: Validate build configuration

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
username: ${{ github.actor }}
4040
password: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Set up Docker Buildx
42-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
42+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
4343
with:
4444
cache-binary: false
4545
- name: Validate build configuration

0 commit comments

Comments
 (0)