diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 15e85d6..8b1f72a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: - name: Build runtime image if: ${{ steps.release.outputs.release_created }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64