We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2213827 commit a7fc425Copy full SHA for a7fc425
.github/workflows/publish-dev.yaml
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Set up QEMU
96
if: needs.check.outputs.build_multi_arch == 'true'
97
- uses: docker/setup-qemu-action@v3.4.0
+ uses: docker/setup-qemu-action@v3.6.0
98
with:
99
platforms: "${{ env.QEMU_PLATFORMS }}"
100
.github/workflows/publish-release.yaml
@@ -116,7 +116,7 @@ jobs:
116
echo "========================================="
117
118
119
120
121
122
0 commit comments