We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b4277 commit 127f5d0Copy full SHA for 127f5d0
.github/workflows/publish-dev.yaml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Set up QEMU
98
if: needs.check.outputs.build_multi_arch == 'true'
99
- uses: docker/setup-qemu-action@v3.2.0
+ uses: docker/setup-qemu-action@v3.3.0
100
with:
101
platforms: "${{ env.QEMU_PLATFORMS }}"
102
.github/workflows/publish-release.yaml
@@ -125,7 +125,7 @@ jobs:
125
echo "========================================="
126
127
128
129
130
131
0 commit comments