Skip to content

Commit 8ac4bc3

Browse files
Fix(deps): Update docker/setup-buildx-action commit SHA
The previous commit SHA (d70bba72b6f31a22640103738a088e5d3c8b4104) was no longer valid, causing the 'build-scan-push' job in the Docker workflow to fail. This commit updates the SHA to the latest version (v3.11.1), which resolves the issue. This also includes the fix for the `docker/setup-qemu-action`.
1 parent 43090d8 commit 8ac4bc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
password: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: Set up QEMU
32-
uses: docker/setup-qemu-action@68827325e0b33c7199093565ac3b62264dc64a97
32+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392
3333

3434
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@d70bba72b6f31a22640103738a088e5d3c8b4104
35+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
3636

3737
- name: Build and push
3838
uses: docker/build-push-action@2cddeafc873d6113b789a7164923793f63101131

0 commit comments

Comments
 (0)