Skip to content

Commit 492ca57

Browse files
authored
Fix(deps): Update docker/setup-qemu-action commit SHA (#5)
The previous commit SHA (68827325e0b33c7199093565ac3b62264dc64a97) 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.6.0), which resolves the issue.
1 parent 43090d8 commit 492ca57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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
3535
uses: docker/setup-buildx-action@d70bba72b6f31a22640103738a088e5d3c8b4104

0 commit comments

Comments
 (0)